aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/iciql/SQLDialectDefault.java
Commit message (Collapse)AuthorAgeFilesLines
* Strip column identifiers from specified column names when mapping JDBC ↵James Moger2015-07-211-0/+5
| | | | ResultSets to fields
* Add support for upcoming Postgres 9.5 UPSERT syntaxJames Moger2015-05-131-7/+7
|
* Do not register DataTypeAdapters by the target Java typeJames Moger2015-05-111-16/+19
|
* Fix deserialization of null valuesJames Moger2015-04-221-24/+17
|
* Use JavaType as the key for DataTypeAdapter registrationJames Moger2015-04-161-18/+15
|
* Move standard object deserialization into the dialectJames Moger2015-04-161-5/+34
|
* Fix SQLite INTEGER PRIMARY KEY AUTOINCREMENT mappingJames Moger2014-11-101-1/+5
|
* Add support for runtime Mode in the DataTypeAdaptersJames Moger2014-11-101-12/+17
|
* Move constraint definitions into CREATE TABLE instead of ALTER TABLEJames Moger2014-11-031-405/+495
|
* Allow dialects to determine if they support savepointsJames Moger2014-11-031-97/+5
|
* Allow manual registration of type adaptersJames Moger2014-10-301-2/+7
|
* Support data type adaptersJames Moger2014-10-291-3/+47
| | | | | 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.
* Update dependenciesJames Moger2014-10-221-8/+12
|
* Conform to Apache standard directory layoutJames Moger2013-03-081-0/+445