timabell / sqlHawk

Database management / migration tooling. Java / JDBC based.
http://timabell.github.com/sqlHawk/
GNU General Public License v3.0
8 stars 4 forks source link

fix multiple schema support #61

Open timabell opened 12 years ago

timabell commented 12 years ago

will need an extensive rework

the existing code relies on re-calling the app on the console. urgh.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

timabell commented 12 years ago

not to forget: Config

public boolean isOneOfMultipleSchemas() {
    // set by MultipleSchemaAnalyzer
     // TODO: remove this property and setting when sorting out multiple schema support - issue #61
    return Boolean.getBoolean("oneofmultipleschemas");
}