MyBB Community Forums
[F] SQLite 3 show_fields_from doesn't work - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: Archived Bug Reports (https://community.mybb.com/forum-74.html)
+------ Forum: MyBB 1.4.2 (https://community.mybb.com/forum-100.html)
+------ Thread: [F] SQLite 3 show_fields_from doesn't work (/thread-38654.html)



[F] SQLite 3 show_fields_from doesn't work - Ryan Gordon - 2008-10-05

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 - Ryan Gordon - 2008-10-05

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