[root]/groovy/modules/gsql/src/org/javanicus/gsql
moved to jsr-04 syntax. compile still fails because of some classpath problem...
72 lines of code changed in:
tidied up some of the output of SqlGenerator
4 lines of code changed in:
Added a SQLGenerator, which will generate generic DDL based upon
a relational structure defined by RelationalBuilder.
Ported from SqlBuilder.java (r1.14) in commons-sql, pretty much line by line, although
many things have been simplified by use of properties, the new 'for' and closures.
A nice example of intended use is available in SqlGeneratorTest.groovy
881 lines of code changed in:
refactored core gsql data structure to expose tables and columns as groovy properties.
Also have begun to look at type mapping
63 lines of code changed in:
added ability to use gpath expressions to navigate Relational Schema
17 lines of code changed in:
Added a groovy builder to construct relational schema
120 lines of code changed in:
Slight change to take problem with overriding getters into account
8 lines of code changed in:
Ported Database object to groovy, and looked at issues with clone()
78 lines of code changed in:
More groovy relational API fun, ported from commons-sql model package.
119 lines of code changed in:
the start of a module, inspired by commons-sql, to provide a groovy way
to describe, manipulate, transform and pipeline relational data
120 lines of code changed in: