Directory groovy/groovy-core/src/test/groovy/sql/

Directory Created:
2003-12-30 18:28
Total Files:
10
Deleted Files:
2
Lines of Code:
564

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 74 (100.0%) 828 (100.0%) 11.1
jstrachan 53 (71.6%) 502 (60.6%) 9.4
glaforge 14 (18.9%) 313 (37.8%) 22.3
paulk 6 (8.1%) 13 (1.6%) 2.1
blackdrag 1 (1.4%) 0 (0.0%) 0.0

Most Recent Commits

paulk 2007-02-23 02:12

Replace axion with hsqldb, introduce xmlunit to make xml tests less brittle

13 lines of code changed in:

glaforge 2006-09-20 18:26

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

14 lines of code changed in:

glaforge 2006-08-18 11:25

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

116 lines of code changed in:

blackdrag 2005-11-13 17:42

this committ removes the class org.codehaus.groovy.ast.Type completely and transferes its functuanality to ClassNode and ClassHelper. A ClassNode can now be a primitive type or any other type created with an class file available. ClassNodes can now be primary, which means they are the a result of a class definiton in a file - unlike a ClassNode created from a Class. All phases till actual class creation should work on ClassNode instead of Class. So all Class handling code in ACG is transformed to ahndle ClassNode instead. A ClassNode can contain a redirect now. This is used when multiple names point to the same ClassNode. This mechanism was used instead of a replacing like with the Type class. This was needed because all class resolving code is transfered into a single phase right after creation of the groovy ast and to avoid creation of huge amounts of code to replace a ClassNode in statements and expressions.

The Compiler is now able to enqueue source files. This means when ever a compiler phase found out it is necessary to compile another source file it can put this file into the compiler using the addSource method of CompilationUnit and leave the rest to the compiler. The compiler will then go back to the initialization phase and proceed to the goal phase ignoring all already handled files but the new added file.

0 lines of code changed in:

glaforge 2005-06-12 17:01

Missing def, required by Jochen's changes if we enable the JSR scope checks

2 lines of code changed in:

glaforge 2005-06-12 16:06

Missing def, required by Jochen's changes if we enable the JSR scope checks

100 lines of code changed in:

glaforge 2005-03-23 22:23

Changed the closure token separator from :: to -> (hope it's the last time we change our mind)

1 lines of code changed in:

glaforge 2005-03-10 23:15

Some conversions of closure syntax, to change | into ::

1 lines of code changed in:

jstrachan 2005-03-02 09:23

updated the test cases to use JSR parser syntax

42 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

79 lines of code changed in:

jstrachan 2004-07-15 09:01

Fixed failing test case I broke with my previous commit

1 lines of code changed in:

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

28 lines of code changed in:

jstrachan 2004-03-23 14:20

test case and fix for modification of GROOVY-303 and Bing's new issue

2 lines of code changed in:

jstrachan 2004-03-19 19:18

Test case and fix for GROOVY-303



Test case in src/test/groovy/bugs/Groovy303_Bug.groovy

0 lines of code changed in:

jstrachan 2004-03-05 18:53

added support for default parameter values

3 lines of code changed in:

jstrachan 2004-03-05 18:37

test case and fix for GROOVY-224

37 lines of code changed in:

jstrachan 2004-03-03 20:40

added back unnecessary import to avoid maven bug

1 lines of code changed in:

jstrachan 2004-03-03 20:16

added back unnecessary import to avoid maven bug

1 lines of code changed in:

jstrachan 2004-03-03 20:04

added back unnecessary import to avoid maven bug

6 lines of code changed in:

jstrachan 2004-03-03 19:56

test case and fix for GROOVY-230

26 lines of code changed in:

(10 more)

Generated by StatSVN 0.3.2-SNAPSHOT