MyBB Community Forums
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
Archived Bug Reports
>
MyBB 1.4.2
> [F] SQLite 3 show_fields_from doesn't work
Full Version:
[F] SQLite 3 show_fields_from doesn't work
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Ryan Gordon
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
Ryan Gordon
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
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
Archived Bug Reports
>
MyBB 1.4.2
> [F] SQLite 3 show_fields_from doesn't work