Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simple join select (#39) | uchicom | 2021-05-02 | 1 | -0/+11 |
| | | | | | | | * simple join select * test for simple join select * test for simple join select | ||||
* | Reformat project with default IntelliJ settings | James Moger | 2016-04-05 | 1 | -1181/+1143 |
| | |||||
* | 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 | 1 | -11/+6 |
| | |||||
* | Strip column identifiers from specified column names when mapping JDBC ↵ | James Moger | 2015-07-21 | 1 | -2/+2 |
| | | | | ResultSets to fields | ||||
* | Do not register DataTypeAdapters by the target Java type | James Moger | 2015-05-11 | 1 | -7/+6 |
| | |||||
* | Use JavaType as the key for DataTypeAdapter registration | James Moger | 2015-04-16 | 1 | -6/+7 |
| | |||||
* | Move standard object deserialization into the dialect | James Moger | 2015-04-16 | 1 | -43/+19 |
| | |||||
* | Make IQTable.inheritColumns works for an arbitrary depth. | Maaartin Grajcar | 2015-04-07 | 1 | -22/+22 |
| | |||||
* | Revise type adapter definition to be a separate annotation | James Moger | 2014-11-09 | 1 | -7/+11 |
| | |||||
* | Move constraint definitions into CREATE TABLE instead of ALTER TABLE | James Moger | 2014-11-03 | 1 | -1277/+1247 |
| | |||||
* | Do not attempt to set a null object into a primitive type | James Moger | 2014-11-01 | 1 | -0/+6 |
| | |||||
* | Allow manual registration of type adapters | James Moger | 2014-10-30 | 1 | -1/+1 |
| | |||||
* | Support data type adapters | James Moger | 2014-10-29 | 1 | -9/+34 |
| | | | | | 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. | ||||
* | Support generic types for EnumId mapping | James Moger | 2014-10-22 | 1 | -37/+45 |
| | |||||
* | add support stackable condition: ex. X and (Y or Z) | Sotaro SUZUKI | 2014-10-06 | 1 | -3/+8 |
| | | | | | see samples in src/test/java/com/iciql/test/StackableConditionsTest.java | ||||
* | Conform to Apache standard directory layout | James Moger | 2013-03-08 | 1 | -0/+1233 |