SQLPower / power-matchmaker

Automatically exported from code.google.com/p/power-matchmaker
GNU General Public License v3.0
2 stars 7 forks source link

DQguru's Repository table names conflict with Power*Loader's (Bugzilla 1769) #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The DQguru repository schema was based off of the Power*Loader schema. 
However, the two have diverged enough that they are now incompatible with 
each other.

This means that you cannot currently have both DQguru repository tables 
and Power*Loader schema tables in the same namespace.

The ideal solution is to upgrade the DQguru repository schema so that all 
tables that are specific to DQguru but are similarly named to tables in 
the Power*Loader repository schema are renamed. Commons tables (like the 
security tables) could remain the same.

Original issue reported on code.google.com by mo.j...@gmail.com on 9 Sep 2009 at 8:58