| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #23: Postgres 9.5 UPSERT syntax was incorrect | James Moger | 2016-04-04 | 1 | -2/+27 |
* | Fix missing table name to warning | James Moger | 2016-04-04 | 1 | -1/+1 |
* | Fix #22: Failure to set fields to null | James Moger | 2016-04-04 | 2 | -13/+12 |
* | Fixes #20: Add groupBy methods to QueryWhere | James Moger | 2016-04-04 | 1 | -0/+95 |
* | Strip column identifiers from specified column names when mapping JDBC Result... | James Moger | 2015-07-21 | 6 | -5/+24 |
* | Allow construction of Set, List, and Map fields for DataTypeAdapters | James Moger | 2015-06-30 | 1 | -0/+11 |
* | Fix wildcard SELECT column mapping on JOIN statements | James Moger | 2015-06-29 | 1 | -2/+1 |
* | Add support for upcoming Postgres 9.5 UPSERT syntax | James Moger | 2015-05-13 | 2 | -7/+39 |
* | Do not register DataTypeAdapters by the target Java type | James Moger | 2015-05-11 | 9 | -1083/+1075 |
* | Use manifest method to get version | James Moger | 2015-05-11 | 1 | -10/+8 |
* | Improve SQLite dialect and unit-test conformance | James Moger | 2015-04-30 | 1 | -10/+7 |
* | Gracefully handle SQLite's pre-closed ResultSets for queries with 0 returned ... | James Moger | 2015-04-22 | 2 | -18/+30 |
* | Fix deserialization of null values | James Moger | 2015-04-22 | 1 | -24/+17 |
* | Use JavaType as the key for DataTypeAdapter registration | James Moger | 2015-04-16 | 9 | -44/+52 |
* | Allow SQLite the chance to deserialize DateTime objects | James Moger | 2015-04-16 | 1 | -0/+45 |
* | Move standard object deserialization into the dialect | James Moger | 2015-04-16 | 6 | -116/+125 |
* | Drop precision and length from SQL->Java type determination | James Moger | 2015-04-10 | 1 | -0/+4 |
* | Use version metadata stamped by the build process | James Moger | 2015-04-10 | 1 | -7/+33 |
* | Make IQTable.inheritColumns works for an arbitrary depth. | Maaartin Grajcar | 2015-04-07 | 2 | -26/+26 |
* | Use ClassLoader of dao interface for proxy | Constantin Nickel | 2015-04-04 | 1 | -1/+1 |
* | Reset build identifiers for next development cycle | James Moger | 2014-11-10 | 1 | -2/+2 |
* | Prepare 1.5.0 releasev1.5.0 | James Moger | 2014-11-10 | 1 | -2/+2 |
* | Fix SQLite INTEGER PRIMARY KEY AUTOINCREMENT mapping | James Moger | 2014-11-10 | 2 | -1/+28 |
* | Implement DAO externalized statement loading based on runtime Mode | James Moger | 2014-11-10 | 4 | -8/+169 |
* | Add support for runtime Mode in the DataTypeAdapters | James Moger | 2014-11-10 | 10 | -21/+159 |
* | Revise built-in type adapter class names again, add Yaml type adapter | James Moger | 2014-11-10 | 9 | -63/+123 |
* | Moved data type adapters into separate package, added gson and xstream | James Moger | 2014-11-09 | 10 | -104/+419 |
* | Implement Dao proxy generation with annotated sql statement execution | James Moger | 2014-11-09 | 3 | -4/+968 |
* | Revise type adapter definition to be a separate annotation | James Moger | 2014-11-09 | 4 | -42/+78 |
* | Change return types for several Db methods to indicate status | James Moger | 2014-11-07 | 1 | -775/+799 |
* | Improve Date type conversions | James Moger | 2014-11-06 | 1 | -0/+14 |
* | Reset build identifiers for next development cycle | James Moger | 2014-11-05 | 1 | -2/+2 |
* | Prepare 1.4.0 releasev1.4.0 | James Moger | 2014-11-05 | 1 | -2/+2 |
* | Bump to 1.4.0-SNAPSHOT and update documentation | James Moger | 2014-11-05 | 1 | -1/+1 |
* | Add support for SQLite 3.8.7 | James Moger | 2014-11-03 | 3 | -1/+135 |
* | Move constraint definitions into CREATE TABLE instead of ALTER TABLE | James Moger | 2014-11-03 | 4 | -1722/+1747 |
* | Allow dialects to determine if they support savepoints | James Moger | 2014-11-03 | 3 | -98/+13 |
* | Do not attempt to set a null object into a primitive type | James Moger | 2014-11-01 | 1 | -0/+6 |
* | Improve SQL numeric to Java object type conversions | James Moger | 2014-11-01 | 1 | -0/+10 |
* | Allow manual registration of type adapters | James Moger | 2014-10-30 | 3 | -4/+16 |
* | Implement auto-closable interface on Db | James Moger | 2014-10-30 | 2 | -1/+60 |
* | Support data type adapters | James Moger | 2014-10-29 | 13 | -83/+442 |
* | Reset build identifiers for next development cycle | James Moger | 2014-10-22 | 1 | -2/+2 |
* | Set Constants.VERSION to 1.3.0 and release date to 2014-10-22 | James Moger | 2014-10-22 | 1 | -2/+2 |
* | Revise nested conditions implementation and api | James Moger | 2014-10-22 | 3 | -92/+97 |
* | Support generic types for EnumId mapping | James Moger | 2014-10-22 | 4 | -92/+144 |
* | Update dependencies | James Moger | 2014-10-22 | 3 | -10/+14 |
* | Support mapping SQL BOOLEAN -> primitive numeric types | James Moger | 2014-10-06 | 1 | -3/+15 |
* | Be more careful with primitive type rollover in alias instantiation | James Moger | 2014-10-06 | 1 | -8/+8 |
* | add support stackable condition: ex. X and (Y or Z) | Sotaro SUZUKI | 2014-10-06 | 5 | -6/+279 |