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.

Comments

mnlund’s picture

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.

ceardach’s picture

Title: About table prefixes » Table prefixes not supported
Assigned: Unassigned » ceardach
Category: support » bug

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.

ceardach’s picture

So, this does effect merging. This may be the cause of #383958: Merging fails with table prefixes