aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* 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-2913-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 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
|
* Revise nested conditions implementation and apiJames Moger2014-10-223-92/+97
|
* Support generic types for EnumId mappingJames Moger2014-10-224-92/+144
|
* Update dependenciesJames Moger2014-10-223-10/+14
|
* Support mapping SQL BOOLEAN -> primitive numeric typesJames Moger2014-10-061-3/+15
|
* Be more careful with primitive type rollover in alias instantiationJames Moger2014-10-061-8/+8
|
* add support stackable condition: ex. X and (Y or Z)Sotaro SUZUKI2014-10-065-6/+279
| | | | | see samples in src/test/java/com/iciql/test/StackableConditionsTest.java
* add support condition oneOf / noneOfSotaro SUZUKI2014-10-065-8/+68
| | | | var-length parameterized IN(?, ?, ...), NOT IN(?, ?, ...) support
* Fix a bug and limit 1 select when select firstKazunobu Raita2014-02-221-2/+3
|
* Conform to Apache standard directory layoutJames Moger2013-03-0868-0/+13253