aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix Derby expected class size after merging #35James Moger2021-05-021-1/+1
|
* Fix for Oracle column default value (#35)Humberto Dias2021-05-021-1/+3
| | | | | | | | | | | * Fix for MySql driver class name * Fix for Oracle Column with Default Value * Revert "Fix for MySql driver class name" This reverts commit 66077fcb5a03fb01ae6b11ed6eaba56f2b246b44. Co-authored-by: Humberto Dias <humberto.dias@techne.com.br>
* simple join select (#39)uchicom2021-05-023-3/+29
| | | | | | | * simple join select * test for simple join select * test for simple join select
* Avoid NullPointerExceptionMatthias Cullmann2017-05-231-1/+4
| | | replacement for #31
* 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-314-16/+62
|
* Cleanup CLOB test tableJames Moger2017-01-311-0/+1
|
* Allow definition of numeric default values by stringJames Moger2017-01-311-1/+11
|
* Update to MySQL driver 6.0.5James Moger2017-01-303-3/+3
|
* Added bitwise AND and XOR DSL for where clausesJames Moger2017-01-3012-1/+290
|
* Merge pull request #26 from MakotoHirano/masterJames Moger2017-01-301-1/+5
|\ | | | | fix query can automatically treat null clause depends on value
| * fix query can automatically treat null clause depends on valueMakotoHirano2016-11-181-1/+5
| |
* | fix db2 JDBC driver class nameelseorand2017-01-261-1/+1
|/
* Fixes #24: Add where(String) method to improve interopJames Moger2016-04-072-0/+18
|
* Add methods to return group by field countsJames Moger2016-04-066-0/+197
|
* Reformat project with default IntelliJ settingsJames Moger2016-04-05131-17857/+17555
|
* Drop site sources from project in favor of wiki repoJames Moger2016-04-0526-1886/+0
|
* Fix typo on site index pageJames Moger2016-04-041-1/+1
|
* Adjust site build processJames Moger2016-04-041-2/+2
|
* DocumentationJames Moger2016-04-043-31/+42
|
* 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-043-4/+35
|
* Allow selecting a column from a tableJames Moger2016-04-044-5/+76
|
* Fixes #15: String field not properly trimmed on discrete setJames Moger2016-04-043-3/+27
|
* Prepare the project for Maven; add pom to build, test, and release binariesJames Moger2016-04-042-1/+1
|
* Fix #23: Postgres 9.5 UPSERT syntax was incorrectJames Moger2016-04-041-2/+27
|
* Fix missing table name to warningJames Moger2016-04-041-1/+1
|
* Fix #22: Failure to set fields to nullJames Moger2016-04-044-14/+36
|
* Fixes #20: Add groupBy methods to QueryWhereJames Moger2016-04-041-0/+95
|
* Strip column identifiers from specified column names when mapping JDBC ↵James Moger2015-07-216-5/+24
| | | | ResultSets to fields
* Allow construction of Set, List, and Map fields for DataTypeAdaptersJames Moger2015-06-301-0/+11
|
* Fix wildcard SELECT column mapping on JOIN statementsJames Moger2015-06-291-2/+1
|
* Add support for upcoming Postgres 9.5 UPSERT syntaxJames Moger2015-05-132-7/+39
|
* Do not register DataTypeAdapters by the target Java typeJames Moger2015-05-119-1083/+1075
|
* Use manifest method to get versionJames Moger2015-05-111-10/+8
|
* 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-305-36/+45
|
* Gracefully handle SQLite's pre-closed ResultSets for queries with 0 returned ↵James Moger2015-04-222-18/+30
| | | | rows
* Fix deserialization of null valuesJames Moger2015-04-221-24/+17
|
* Use JavaType as the key for DataTypeAdapter registrationJames Moger2015-04-169-44/+52
|
* Allow SQLite the chance to deserialize DateTime objectsJames Moger2015-04-161-0/+45
|
* Move standard object deserialization into the dialectJames Moger2015-04-166-116/+125
|
* Added Derby tcp testJames Moger2015-04-101-1/+17
|
* Improve format of benchmark summary tableJames Moger2015-04-101-652/+650
|
* Drop precision and length from SQL->Java type determinationJames Moger2015-04-101-0/+4
|
* Use version metadata stamped by the build processJames Moger2015-04-102-10/+36
|
* Make IQTable.inheritColumns works for an arbitrary depth.Maaartin Grajcar2015-04-072-26/+26
|
* Use ClassLoader of dao interface for proxyConstantin Nickel2015-04-041-1/+1
|
* Update index.mkdPierre Templier2014-11-131-2/+2
|