Espigah / dbdeploy

Automatically exported from code.google.com/p/dbdeploy
0 stars 0 forks source link

Allow user specification of DbmsSyntax #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The DbmsSyntax class supports multiple databases by allowing 5 or 6
different SQL strings to change.  (e.g. delimiter, commit, get current user
name etc).

Dbdeploy should allow users to provide their own file with these snippets
in it.  It can the be customised for specific scenarios and support for new
databases added without it having to be added to the core codebase.

Original issue reported on code.google.com by gtack...@googlemail.com on 29 Mar 2009 at 12:10

GoogleCodeExporter commented 9 years ago
In fact, I started a spike using freemarker to produce the sql files.

And I'm really pleased with it - so much so that it grew out of a spike and I'm 
(hopefully) about to commit this to head.

Original comment by gtack...@googlemail.com on 11 Oct 2009 at 4:46

GoogleCodeExporter commented 9 years ago
Committed to head r117.  And new page written at 
GeneratingAndCustomisingScripts to
describe.

Original comment by gtack...@googlemail.com on 18 Oct 2009 at 8:42