aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #24: Add where(String) method to improve interopJames Moger2016-04-072-0/+18
|
* Add methods to return group by field countsJames Moger2016-04-066-0/+197
|
* Reformat project with default IntelliJ settingsJames Moger2016-04-05131-17857/+17555
|
* Drop site sources from project in favor of wiki repoJames Moger2016-04-0526-1886/+0
|
* Fix typo on site index pageJames Moger2016-04-041-1/+1
|
* Adjust site build processJames Moger2016-04-041-2/+2
|
* DocumentationJames Moger2016-04-043-31/+42
|
* Adjust column selection unit testJames Moger2016-04-042-5/+6
|
* Skip drop foreign-key referenced testJames Moger2016-04-041-0/+2
|
* Fixes #21: Order by descending on primitivesJames Moger2016-04-043-4/+35
|
* Allow selecting a column from a tableJames Moger2016-04-044-5/+76
|
* Fixes #15: String field not properly trimmed on discrete setJames Moger2016-04-043-3/+27
|
* Prepare the project for Maven; add pom to build, test, and release binariesJames Moger2016-04-042-1/+1
|
* Fix #23: Postgres 9.5 UPSERT syntax was incorrectJames Moger2016-04-041-2/+27
|
* Fix missing table name to warningJames Moger2016-04-041-1/+1
|
* Fix #22: Failure to set fields to nullJames Moger2016-04-044-14/+36
|
* Fixes #20: Add groupBy methods to QueryWhereJames Moger2016-04-041-0/+95
|
* Strip column identifiers from specified column names when mapping JDBC ↵James Moger2015-07-216-5/+24
| | | | ResultSets to fields
* 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
| | | | rows
* 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
| | | | This functionality is inspired by JDBI but is not based on it's implementation.
* 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
|