2008-10-05, 09:18 AM
Because we're querying the sqlite_master table, we have to set the table prefix to "" but we still use $this->table_prefix when looking up the table to return the fields. Instead we need to use $old_tbl_prefix
[F] SQLite 3 show_fields_from doesn't work
|
2008-10-05, 09:18 AM
Because we're querying the sqlite_master table, we have to set the table prefix to "" but we still use $this->table_prefix when looking up the table to return the fields. Instead we need to use $old_tbl_prefix
2008-10-05, 09:19 AM
Thank you for your bug report.
This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated. With regards, MyBB Group |
« Next Oldest | Next Newest »
|