Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simple join select (#39) | uchicom | 2021-05-02 | 1 | -1/+5 |
| | | | | | | | * simple join select * test for simple join select * test for simple join select | ||||
* | Fixes #24: Add where(String) method to improve interop | James Moger | 2016-04-07 | 1 | -0/+10 |
| | |||||
* | Add methods to return group by field counts | James Moger | 2016-04-06 | 1 | -0/+51 |
| | |||||
* | Reformat project with default IntelliJ settings | James Moger | 2016-04-05 | 1 | -1063/+1041 |
| | |||||
* | Fixes #21: Order by descending on primitives | James Moger | 2016-04-04 | 1 | -0/+32 |
| | |||||
* | Allow selecting a column from a table | James Moger | 2016-04-04 | 1 | -5/+40 |
| | |||||
* | Fixes #15: String field not properly trimmed on discrete set | James Moger | 2016-04-04 | 1 | -2/+13 |
| | |||||
* | Fix #22: Failure to set fields to null | James Moger | 2016-04-04 | 1 | -2/+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 | -1035/+1032 |
| | |||||
* | Gracefully handle SQLite's pre-closed ResultSets for queries with 0 returned ↵ | James Moger | 2015-04-22 | 1 | -13/+22 |
| | | | | rows | ||||
* | Use JavaType as the key for DataTypeAdapter registration | James Moger | 2015-04-16 | 1 | -3/+6 |
| | |||||
* | Move standard object deserialization into the dialect | James Moger | 2015-04-16 | 1 | -14/+5 |
| | |||||
* | Support data type adapters | James Moger | 2014-10-29 | 1 | -5/+11 |
| | | | | | 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. | ||||
* | Revise nested conditions implementation and api | James Moger | 2014-10-22 | 1 | -31/+45 |
| | |||||
* | add support stackable condition: ex. X and (Y or Z) | Sotaro SUZUKI | 2014-10-06 | 1 | -3/+51 |
| | | | | | see samples in src/test/java/com/iciql/test/StackableConditionsTest.java | ||||
* | add support condition oneOf / noneOf | Sotaro SUZUKI | 2014-10-06 | 1 | -0/+16 |
| | | | | 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 | 1 | -0/+947 |