Improve UI for running DB queries by calling db_prefix_tables()
dww - December 11, 2008 - 03:09
| Project: | Database Administration |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | task |
| Priority: | normal |
| Assigned: | dww |
| Status: | needs review |
Description
Why don't we just call db_prefix_tables() on the query the user enters, instead of forcing them to manually deal with table prefixes?

#1
#2
(For that matter, why don't we just call db_query() instead of _db_query()?)