summaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Update to SQLite-jdbc 3.8.9 and improve the testsuiteJames Moger2015-04-301-3/+36
|
* Improve SQLite dialect and unit-test conformanceJames Moger2015-04-304-26/+38
|
* Added Derby tcp testJames Moger2015-04-101-1/+17
|
* Improve format of benchmark summary tableJames Moger2015-04-101-652/+650
|
* Use version metadata stamped by the build processJames Moger2015-04-101-3/+3
|
* Fixed test failures due to 1-indexed primary key assignment assumptionJames Moger2014-11-102-24/+44
|
* Implement DAO externalized statement loading based on runtime ModeJames Moger2014-11-103-4/+66
|
* Moved data type adapters into separate package, added gson and xstreamJames Moger2014-11-091-1/+1
|
* Implement Dao proxy generation with annotated sql statement executionJames Moger2014-11-094-2/+358
| | | | This functionality is inspired by JDBI but is not based on it's implementation.
* Revise type adapter definition to be a separate annotationJames Moger2014-11-091-5/+16
|
* Change return types for several Db methods to indicate statusJames Moger2014-11-071-4/+4
|
* Add support for SQLite 3.8.7James Moger2014-11-032-6/+37
|
* Improve test db definitionsJames Moger2014-11-031-4/+4
|
* Foreign key test must reference a unique rowJames Moger2014-11-031-2/+5
|
* Relax BigDecimal equivalency checksJames Moger2014-11-032-2/+7
|
* Support data type adaptersJames Moger2014-10-293-2/+102
| | | | | 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-40/+92
|
* Implement execution tests of nested conditions and documentationJames Moger2014-10-224-10/+69
|
* Fix time jitter in unit tests causing intermittent false failuresJames Moger2014-10-221-21/+35
|
* Support generic types for EnumId mappingJames Moger2014-10-222-18/+110
|
* Fix unit tests for column name escapingJames Moger2014-10-224-58/+114
|
* Update dependenciesJames Moger2014-10-221-2/+3
|
* Support mapping SQL BOOLEAN -> primitive numeric typesJames Moger2014-10-062-1/+71
|
* add support stackable condition: ex. X and (Y or Z)Sotaro SUZUKI2014-10-062-1/+179
| | | | | see samples in src/test/java/com/iciql/test/StackableConditionsTest.java
* add support condition oneOf / noneOfSotaro SUZUKI2014-10-062-15/+122
| | | | var-length parameterized IN(?, ?, ...), NOT IN(?, ?, ...) support
* Conform to Apache standard directory layoutJames Moger2013-03-0840-0/+5050