Currently, AnsiDbScriptGeneratorBase does not implement all the ANSI DDL
functionality it is supposed to have. More specifically, it can only generate
SQL to create tables, indexes and to execute native SQL code.
The task is to implement more-or-less ANSI-compliant DDL generator with
sufficient amount of template methods and such, so that derived classes will
be just overriding those, without having to duplicate code.
Original issue reported on code.google.com by anton.go...@gmail.com on 22 Jan 2010 at 8:13
Original issue reported on code.google.com by
anton.go...@gmail.com
on 22 Jan 2010 at 8:13