Directory groovy/groovy-core/src/main/groovy/sql/

Directory Created:
2003-12-30 18:28
Total Files:
14
Deleted Files:
0
Lines of Code:
2363

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 68 (100.0%) 6391 (100.0%) 93.9
jstrachan 30 (44.1%) 4117 (64.4%) 137.2
glaforge 14 (20.6%) 1549 (24.2%) 110.6
blackdrag 7 (10.3%) 570 (8.9%) 81.4
russel 1 (1.5%) 89 (1.4%) 89.0
bran 2 (2.9%) 39 (0.6%) 19.5
spullara 1 (1.5%) 9 (0.1%) 9.0
mguillem 4 (5.9%) 5 (0.1%) 1.2
tug 3 (4.4%) 4 (0.1%) 1.3
paulk 4 (5.9%) 4 (0.1%) 1.0
cpoirier 1 (1.5%) 4 (0.1%) 4.0
graeme 1 (1.5%) 1 (0.0%) 1.0

Most Recent Commits

paulk 2007-03-07 04:28

JAVADOC: remove some warnings

4 lines of code changed in:

graeme 2007-02-24 16:37

changed GroovySystem static public fields to private and added static getters instead

1 lines of code changed in:

tug 2007-02-19 15:55

Add groovy.lang.GroovySsytem to hold system data

2 lines of code changed in:

tug 2007-02-17 15:27

First step in making MetaClass an interface

2 lines of code changed in:

blackdrag 2007-01-17 21:24

* adds a new map for the MetaClassRegistry: MemoryAwareConcurrentReadMap. This class is hopefully threadsafe allowing multiple reads, but only one write

* changes GroovyResultSet into an interface and adds an extension (groovy/sql/GroovyResultSetExtension.java), that can be used as partial implementation of additional methods through a proxy (GroovyResultSetProxy.java). The missing implementation parts are filled by the underlaying ResultSet itself. This should allow to use java6 ResultSets fro groovySQL. CallResultSet and Sql are adapted to the new logic

430 lines of code changed in:

tug 2007-01-12 14:59

Revert Russel's changes peding a solution which does not break JDK 1.5

0 lines of code changed in:

russel 2007-01-12 12:25

Added all the JDBC 4.0 methods required in Java SE 6.

89 lines of code changed in:

glaforge 2006-09-20 18:26

GROOVY-1482: applied patch from Jonathan Carlson, thanks a lot for that contribution!

6 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/sql: Sql.java (+6 -2)
mguillem 2006-08-30 08:18

fixed most of the warnings reported by Eclipse (javadoc, unused imports, ...)

5 lines of code changed in:

glaforge 2006-08-18 11:25

GROOVY-1400: GroovyRowResult should implement Map to access properties in JSPs (EL/JSTL)

66 lines of code changed in:

glaforge 2006-08-18 10:52

GROOVY-1296: Allow for null values in GroovyRowResult

14 lines of code changed in:

blackdrag 2006-07-10 16:42

makes an AttributeExpression to a child of PropertyExpression and completes the dynamic member selection. It is then possible to not only do "$name"() but also this."$name"(), or this.@"$name" or this."$name". Now even this is possible: this.("foo"+bar)(), building a method name through an Expession, where bar is a local variable. Of course that is just another variant of the GStTring way. the Expression is always(!) casted to String at the end,

1 lines of code changed in:

blackdrag 2006-05-30 18:27

changes to SQL handling lost in the server crash

139 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/sql: Sql.java (+139)
glaforge 2006-04-09 18:24

GROOVY-493: full stored procedure support for SQL, with registration of in / out parameters and so on. Patch kindly provided by Robert Fuller

98 lines of code changed in:

glaforge 2006-04-09 16:16

GROOVY-493: full stored procedure support for SQL, with registration of in / out parameters and so on. Patch kindly provided by Robert Fuller

1148 lines of code changed in:

glaforge 2005-02-23 23:09

GROOVY-730: added firstRow() and rows() methods to Sql, thanks to Jean-Louis Berliet

217 lines of code changed in:

jstrachan 2005-01-13 13:49

provide a hook to allow the configuration of statements before they are accessed.

sql.withStatement { s| s.querySize = 100 }

sql.eachRow("select * from foo") { println it.name }

72 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/sql: Sql.java (changed)
spullara 2004-12-28 00:38

I have no idea why these were logging to the console warnings about sql failing and then raising the exception anyway

9 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/sql: Sql.java (+9 -9)
jstrachan 2004-07-14 20:20

Applied another patch inspired by Dion, where if you accidentally quote a dynamic expression on Groovy SQL you'll get a nice warning and things will still work properly, but the security hole is still there

198 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/sql: Sql.java (+198 -174)
jstrachan 2004-05-26 14:31

added a getter so folks can access the underyling connection if they want to

13 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/sql: Sql.java (+13)

(21 more)

Generated by StatSVN 0.3.2-SNAPSHOT