hoonsbara / octalforty-wizardby

Automatically exported from code.google.com/p/octalforty-wizardby
1 stars 0 forks source link

Complete and refactor AnsiDbScriptGeneratorBase #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by anton.go...@gmail.com on 22 Jan 2010 at 8:17