Active
Project:
Database Scripts
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Feb 2009 at 09:51 UTC
Updated:
26 Feb 2009 at 16:31 UTC
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
Comment #1
mnlund commentedSorry, 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.
Comment #2
ceardach commentedSo 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.
Comment #3
ceardach commentedSo, this does effect merging. This may be the cause of #383958: Merging fails with table prefixes