aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/iciql/Query.java
Commit message (Collapse)AuthorAgeFilesLines
* simple join select (#39)uchicom2021-05-021-1/+5
| | | | | | | * simple join select * test for simple join select * test for simple join select
* Fixes #24: Add where(String) method to improve interopJames Moger2016-04-071-0/+10
|
* Add methods to return group by field countsJames Moger2016-04-061-0/+51
|
* Reformat project with default IntelliJ settingsJames Moger2016-04-051-1063/+1041
|
* Fixes #21: Order by descending on primitivesJames Moger2016-04-041-0/+32
|
* Allow selecting a column from a tableJames Moger2016-04-041-5/+40
|
* Fixes #15: String field not properly trimmed on discrete setJames Moger2016-04-041-2/+13
|
* Fix #22: Failure to set fields to nullJames Moger2016-04-041-2/+6
|
* Strip column identifiers from specified column names when mapping JDBC ↵James Moger2015-07-211-2/+2
| | | | ResultSets to fields
* Do not register DataTypeAdapters by the target Java typeJames Moger2015-05-111-1035/+1032
|
* Gracefully handle SQLite's pre-closed ResultSets for queries with 0 returned ↵James Moger2015-04-221-13/+22
| | | | rows
* Use JavaType as the key for DataTypeAdapter registrationJames Moger2015-04-161-3/+6
|
* Move standard object deserialization into the dialectJames Moger2015-04-161-14/+5
|
* Support data type adaptersJames Moger2014-10-291-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 apiJames Moger2014-10-221-31/+45
|
* add support stackable condition: ex. X and (Y or Z)Sotaro SUZUKI2014-10-061-3/+51
| | | | | see samples in src/test/java/com/iciql/test/StackableConditionsTest.java
* add support condition oneOf / noneOfSotaro SUZUKI2014-10-061-0/+16
| | | | 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-081-0/+947