summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/iciql/SQLDialect.java
Commit message (Expand)AuthorAgeFilesLines
* 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