[root]/groovy/modules/gsql/test/org/javanicus/gsql
moved to jsr-04 syntax. compile still fails because of some classpath problem...
18 lines of code changed in:
tidied up some of the output of SqlGenerator
9 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
47 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
26 lines of code changed in:
added ability to use gpath expressions to navigate Relational Schema
3 lines of code changed in:
Added a groovy builder to construct relational schema
34 lines of code changed in:
Ported Database object to groovy, and looked at issues with clone()
43 lines of code changed in:
More groovy relational API fun, ported from commons-sql model package.
32 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
34 lines of code changed in: