sindicate / solidbase

SolidBase is a database change management and version control tool that uses annotated SQL
https://code.google.com/p/solidbase/
Apache License 2.0
2 stars 0 forks source link

Generic (maybe ANSI) SQL plugin #98

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The plugin will automatically translate the SQL to the dialect of the target 
database. The target dialect should be a parameter to SolidBase.

Also add selector annotations which will select a particular alternative part 
of the upgrade file depending on the given dialect (like a switch). We need 
this for stored procedures/triggers for example.

It will give an error when a dialect has been selected but not available in the 
upgrade file.

Original issue reported on code.google.com by rene.de....@gmail.com on 17 Sep 2010 at 3:49

GoogleCodeExporter commented 9 years ago

Original comment by rene.de....@gmail.com on 3 Dec 2011 at 12:58