aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fix Derby expected class size after merging #35James Moger2021-05-021-1/+1
* simple join select (#39)uchicom2021-05-021-2/+13
* Unit test adjustments for MySQL 5.7James Moger2017-01-313-3/+3
* Adjust CREATE TABLE column constraint syntax for MySQL 5.7 strict modeJames Moger2017-01-311-1/+1
* Cleanup CLOB test tableJames Moger2017-01-311-0/+1
* Update to MySQL driver 6.0.5James Moger2017-01-302-2/+2
* Added bitwise AND and XOR DSL for where clausesJames Moger2017-01-302-1/+86
* Fixes #24: Add where(String) method to improve interopJames Moger2016-04-071-0/+8
* Add methods to return group by field countsJames Moger2016-04-063-0/+67
* Reformat project with default IntelliJ settingsJames Moger2016-04-0545-4695/+4650
* Adjust column selection unit testJames Moger2016-04-042-5/+6
* Skip drop foreign-key referenced testJames Moger2016-04-041-0/+2
* Fixes #21: Order by descending on primitivesJames Moger2016-04-042-4/+3
* Allow selecting a column from a tableJames Moger2016-04-042-0/+32
* Fixes #15: String field not properly trimmed on discrete setJames Moger2016-04-042-1/+14
* Prepare the project for Maven; add pom to build, test, and release binariesJames Moger2016-04-042-1/+1
* Fix #22: Failure to set fields to nullJames Moger2016-04-042-1/+24
* 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
* 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
* 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
* add support condition oneOf / noneOfSotaro SUZUKI2014-10-062-15/+122
* Conform to Apache standard directory layoutJames Moger2013-03-0840-0/+5050