Statistics
| Revision:

root / trunk / libraries / libGDBMS / src / main / java / com / hardcode @ 29977

Name Size Revision Age Author Comment
  gdbms 29977 about 15 years Vicente Caballero bug: #2376

Latest revisions

# Date Author Comment
29977 07/15/2009 12:42 PM Vicente Caballero

bug: #2376

28765 05/13/2009 05:22 PM Vicente Caballero

Don't return a null SourceInfo for OperationDataSource (used for example in Joins). Fixes: #2087

28373 05/04/2009 06:46 PM Vicente Caballero

Fix bug #2029. It was not possible to create empty string values (changes by cmartinez)

27849 04/06/2009 04:33 PM Vicente Caballero

Move FooConnection and FooDriver to src/test from src/main. These classes are only used by GDBMS tests, and are not compatible with 1.6. We move it to test, so that we can compile GDBMS with Java 1.5 and 1.6 without problems.

27846 04/06/2009 04:25 PM Vicente Caballero

Use our own version of sun.awt.geom.Curve, instead of internal's JVM one. Curve is not in the public Java API, so it has been changed between Java version, making gvSIG incompatible with Java 1.6. Thus, it is a good idea to extract this class and have a stable API for it.

27480 03/23/2009 01:25 PM Vicente Caballero

Single quotes are escaped in GDBMs by doubling them (for example ' is escaped as ''). However, escaped quotes are parsed correctly, but they are evaluated incorrectly. They should be evaluated as single quotes, so we convert each doubled quote to a unique quote.

26755 02/13/2009 01:32 PM Jose Manuel Vivó Arnal

Checks if cause is null before initialize it.

See #147

23703 10/02/2008 11:36 AM Vicente Caballero
20713 05/14/2008 05:06 PM Vicente Caballero
14587 10/15/2007 05:37 PM Vicente Caballero

AUTOMATIC_DATASOURCE

View revisions

Also available in: Atom