summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow construction of Set, List, and Map fields for DataTypeAdaptersJames Moger2015-06-301-0/+11
* Fix wildcard SELECT column mapping on JOIN statementsJames Moger2015-06-291-2/+1
* Add support for upcoming Postgres 9.5 UPSERT syntaxJames Moger2015-05-132-7/+39
* Do not register DataTypeAdapters by the target Java typeJames Moger2015-05-119-1083/+1075
* Use manifest method to get versionJames Moger2015-05-111-10/+8
* Update to SQLite-jdbc 3.8.9 and improve the testsuiteJames Moger2015-04-301-3/+36
* Improve SQLite dialect and unit-test conformanceJames Moger2015-04-305-36/+45
* Gracefully handle SQLite's pre-closed ResultSets for queries with 0 returned ...James Moger2015-04-222-18/+30
* Fix deserialization of null valuesJames Moger2015-04-221-24/+17
* Use JavaType as the key for DataTypeAdapter registrationJames Moger2015-04-169-44/+52
* Allow SQLite the chance to deserialize DateTime objectsJames Moger2015-04-161-0/+45
* Move standard object deserialization into the dialectJames Moger2015-04-166-116/+125
* Added Derby tcp testJames Moger2015-04-101-1/+17
* Improve format of benchmark summary tableJames Moger2015-04-101-652/+650
* Drop precision and length from SQL->Java type determinationJames Moger2015-04-101-0/+4
* Use version metadata stamped by the build processJames Moger2015-04-102-10/+36
* Make IQTable.inheritColumns works for an arbitrary depth.Maaartin Grajcar2015-04-072-26/+26
* Use ClassLoader of dao interface for proxyConstantin Nickel2015-04-041-1/+1
* Update index.mkdPierre Templier2014-11-131-2/+2
* Reset build identifiers for next development cycleJames Moger2014-11-101-2/+2
* Prepare 1.5.0 releasev1.5.0James Moger2014-11-101-2/+2
* Fix SQLite INTEGER PRIMARY KEY AUTOINCREMENT mappingJames Moger2014-11-102-1/+28
* Fixed test failures due to 1-indexed primary key assignment assumptionJames Moger2014-11-102-24/+44
* Implement DAO externalized statement loading based on runtime ModeJames Moger2014-11-109-14/+284
* Add support for runtime Mode in the DataTypeAdaptersJames Moger2014-11-1011-21/+170
* Revise built-in type adapter class names again, add Yaml type adapterJames Moger2014-11-1011-91/+179
* Moved data type adapters into separate package, added gson and xstreamJames Moger2014-11-0912-109/+434
* Implement Dao proxy generation with annotated sql statement executionJames Moger2014-11-0914-44/+1587
* Revise type adapter definition to be a separate annotationJames Moger2014-11-096-47/+198
* Change return types for several Db methods to indicate statusJames Moger2014-11-072-779/+803
* Improve Date type conversionsJames Moger2014-11-061-0/+14
* Reset build identifiers for next development cycleJames Moger2014-11-051-2/+2
* Prepare 1.4.0 releasev1.4.0James Moger2014-11-051-2/+2
* Bump to 1.4.0-SNAPSHOT and update documentationJames Moger2014-11-052-1/+3
* Add support for SQLite 3.8.7James Moger2014-11-037-10/+175
* Improve test db definitionsJames Moger2014-11-031-4/+4
* Move constraint definitions into CREATE TABLE instead of ALTER TABLEJames Moger2014-11-034-1722/+1747
* Foreign key test must reference a unique rowJames Moger2014-11-031-2/+5
* Relax BigDecimal equivalency checksJames Moger2014-11-032-2/+7
* Allow dialects to determine if they support savepointsJames Moger2014-11-033-98/+13
* Do not attempt to set a null object into a primitive typeJames Moger2014-11-011-0/+6
* Improve SQL numeric to Java object type conversionsJames Moger2014-11-011-0/+10
* Allow manual registration of type adaptersJames Moger2014-10-303-4/+16
* Implement auto-closable interface on DbJames Moger2014-10-302-1/+60
* Support data type adaptersJames Moger2014-10-2918-85/+550
* Reset build identifiers for next development cycleJames Moger2014-10-221-2/+2
* Set Constants.VERSION to 1.3.0 and release date to 2014-10-22James Moger2014-10-221-2/+2
* DocumentationJames Moger2014-10-222-19/+9
* Revise nested conditions implementation and apiJames Moger2014-10-225-146/+211
* Implement execution tests of nested conditions and documentationJames Moger2014-10-226-13/+110