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
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
[F] SQLite 3 show_fields_from doesn't work - by Ryan Gordon - 2008-10-05, 09:18 AM
[F] SQLite 3 show_fields_from doesn't work - by Ryan Gordon - 2008-10-05, 09:19 AM
|