aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/iciql/SQLDialect.java
Commit message (Expand)AuthorAgeFilesLines
* Adjust CREATE TABLE column constraint syntax for MySQL 5.7 strict modeJames Moger2017-01-311-0/+15
* Added bitwise AND and XOR DSL for where clausesJames Moger2017-01-301-0/+4
* Reformat project with default IntelliJ settingsJames Moger2016-04-051-196/+174
* Strip column identifiers from specified column names when mapping JDBC Result...James Moger2015-07-211-0/+9
* Do not register DataTypeAdapters by the target Java typeJames Moger2015-05-111-5/+7
* Use JavaType as the key for DataTypeAdapter registrationJames Moger2015-04-161-7/+5
* Move standard object deserialization into the dialectJames Moger2015-04-161-2/+6
* Move constraint definitions into CREATE TABLE instead of ALTER TABLEJames Moger2014-11-031-37/+3
* Allow dialects to determine if they support savepointsJames Moger2014-11-031-0/+7
* Allow manual registration of type adaptersJames Moger2014-10-301-1/+8
* Support data type adaptersJames Moger2014-10-291-19/+47
* Conform to Apache standard directory layoutJames Moger2013-03-081-0/+206