Directory groovy/groovy-core/src/main/groovy/gdo/

Directory Created:
2003-10-30 01:46
Directory Deleted:
2003-12-30 18:28
Total Files:
0
Deleted Files:
5
Lines of Code:
0

Browse with ViewVC

[root]/groovy/groovy-core/src/main/groovy/gdo

Lines of Code

groovy/groovy-core/src/main/groovy/gdo/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
jstrachan 27 (100.0%) 689 (100.0%) 25.5

Most Recent Commits

jstrachan 2003-12-30 18:28

refactored the gdo package to be in the sql package instead to make things a bit neater

0 lines of code changed in:

jstrachan 2003-12-23 14:43

removed the dependency on commons-logging. we may as well use JDK 1.4 logging instead since we're 1.4 dependent. This means 1 less jar for folks to use when embedding

30 lines of code changed in:

jstrachan 2003-12-13 20:24

log exceptions while closing resources - thanks for the tip Dain

3 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/gdo: Sql.java (+3 -3)
jstrachan 2003-12-09 16:49

Refactored so that the dataset queries all now use PreparedStatements to avoid any security issues with dodgy parameter values.



Also added a bunch of methods for performing queries or statements or stored procedure calls using the ? notation and passing a list of parameters, if folks find that easier than using GStrings

157 lines of code changed in:

jstrachan 2003-12-08 20:20

added an extra method to support adding new rows to a row in the result set

17 lines of code changed in:

jstrachan 2003-12-08 20:15

added test case for updating a result set as its navigated; though this test is commented out right now as Axion doesn't yet support it.

12 lines of code changed in:

jstrachan 2003-12-08 17:07

Added test for GString queries via SQL

3 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/gdo: Sql.java (+3 -3)
jstrachan 2003-12-08 16:54

First cut of a working GDO library which allows arbitrary queries to be performed on an SQL database with SQL or using a simple datasset abstraction.



In both cases, results appear as normal groovy objects.

190 lines of code changed in:

jstrachan 2003-11-20 12:32

* applied Sam's patch to tidy up the MetaClass

* added early implementation of Sequences (for 0..n or 1..n cardinalities)

* added a keystroke for the swing console

* started some early implementations of an SQL facade for gdo

95 lines of code changed in:

jstrachan 2003-11-03 20:59

Deleted the old & dead interpreter (we can now use GroovyShell as an interpreter instead) and added the swiitch statement to the AST

4 lines of code changed in:

jstrachan 2003-10-30 13:41

Fix for GDO test suite to work around bug GROOVY-45 until its fixed

1 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/gdo: DataSet.java (+1 -1)
jstrachan 2003-10-30 02:10

Added some extra tracing to help the GDO implementation.



Seem to have found a bug somewhere but also added support for and and or in predicates for GDO - not working yet though

24 lines of code changed in:

jstrachan 2003-10-30 01:46

Added initial checkin of the GroovyDataObjects (GDO) developed at GeekNight with Chris Stevenson for creating groovy data objects via normal Groovy syntax (rather than SQL) and using closures for predicates or view projections or order by clauses

153 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT