Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | This allows custom types to be (de)serialized into a standard JDBC type or to support db-specific data types, like the Postgres json and xml types. | ||||
* | 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 |
| | | | | | see samples in src/test/java/com/iciql/test/StackableConditionsTest.java | ||||
* | add support condition oneOf / noneOf | Sotaro SUZUKI | 2014-10-06 | 5 | -8/+68 |
| | | | | var-length parameterized IN(?, ?, ...), NOT IN(?, ?, ...) support | ||||
* | Fix a bug and limit 1 select when select first | Kazunobu Raita | 2014-02-22 | 1 | -2/+3 |
| | |||||
* | Conform to Apache standard directory layout | James Moger | 2013-03-08 | 68 | -0/+13253 |