Table prefixes not supported
ramsalt - February 26, 2009 - 09:51
| Project: | Database Scripts |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | ceardach |
| Status: | active |
Jump to:
Description
I'm a supporter of table prefixes, and wonder if there is support for this with dbsripts. The reason I wonder is that almost every table file in the data folders contains the defined prefix, expect the users table, which is named users.sql instead of prefix_table_name.sql as the other files.

#1
Sorry, have to modify that a bit. There is one file called prefix_users.sql which contains the user data, and one file called users.sql which is empty.
#2
So table prefixes actually already works for dbscripts, except for the users table? Then I think I know exactly where the problem came from.
I had honestly forgotten about table prefixes. I'll look through the rest of the code and make sure I'm keeping the support open.
#3
So, this does effect merging. This may be the cause of #383958: Merging fails with table prefixes