aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/iciql/Db.java
Commit message (Collapse)AuthorAgeFilesLines
* Strip column identifiers from specified column names when mapping JDBC ↵James Moger2015-07-211-1/+1
| | | | ResultSets to fields
* Fix wildcard SELECT column mapping on JOIN statementsJames Moger2015-06-291-2/+1
|
* Gracefully handle SQLite's pre-closed ResultSets for queries with 0 returned ↵James Moger2015-04-221-5/+8
| | | | rows
* Implement DAO externalized statement loading based on runtime ModeJames Moger2014-11-101-5/+28
|
* Add support for runtime Mode in the DataTypeAdaptersJames Moger2014-11-101-7/+54
|
* Implement Dao proxy generation with annotated sql statement executionJames Moger2014-11-091-4/+14
| | | | This functionality is inspired by JDBI but is not based on it's implementation.
* Change return types for several Db methods to indicate statusJames Moger2014-11-071-775/+799
|
* Add support for SQLite 3.8.7James Moger2014-11-031-0/+1
|
* Move constraint definitions into CREATE TABLE instead of ALTER TABLEJames Moger2014-11-031-3/+2
|
* Allow dialects to determine if they support savepointsJames Moger2014-11-031-1/+1
|
* Implement auto-closable interface on DbJames Moger2014-10-301-1/+2
|
* Support data type adaptersJames Moger2014-10-291-30/+30
| | | | | 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.
* Conform to Apache standard directory layoutJames Moger2013-03-081-0/+774