aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed test failures due to 1-indexed primary key assignment assumptionJames Moger2014-11-102-24/+44
|
* Implement DAO externalized statement loading based on runtime ModeJames Moger2014-11-109-14/+284
|
* Add support for runtime Mode in the DataTypeAdaptersJames Moger2014-11-1011-21/+170
|
* Revise built-in type adapter class names again, add Yaml type adapterJames Moger2014-11-1011-91/+179
|
* Moved data type adapters into separate package, added gson and xstreamJames Moger2014-11-0912-109/+434
|
* Implement Dao proxy generation with annotated sql statement executionJames Moger2014-11-0914-44/+1587
| | | | This functionality is inspired by JDBI but is not based on it's implementation.
* Revise type adapter definition to be a separate annotationJames Moger2014-11-096-47/+198
|
* Change return types for several Db methods to indicate statusJames Moger2014-11-072-779/+803
|
* Improve Date type conversionsJames Moger2014-11-061-0/+14
|
* Reset build identifiers for next development cycleJames Moger2014-11-051-2/+2
|
* Prepare 1.4.0 releasev1.4.0James Moger2014-11-051-2/+2
|
* Bump to 1.4.0-SNAPSHOT and update documentationJames Moger2014-11-052-1/+3
|
* Add support for SQLite 3.8.7James Moger2014-11-037-10/+175
|
* Improve test db definitionsJames Moger2014-11-031-4/+4
|
* Move constraint definitions into CREATE TABLE instead of ALTER TABLEJames Moger2014-11-034-1722/+1747
|
* Foreign key test must reference a unique rowJames Moger2014-11-031-2/+5
|
* Relax BigDecimal equivalency checksJames Moger2014-11-032-2/+7
|
* Allow dialects to determine if they support savepointsJames Moger2014-11-033-98/+13
|
* Do not attempt to set a null object into a primitive typeJames Moger2014-11-011-0/+6
|
* Improve SQL numeric to Java object type conversionsJames Moger2014-11-011-0/+10
|
* Allow manual registration of type adaptersJames Moger2014-10-303-4/+16
|
* Implement auto-closable interface on DbJames Moger2014-10-302-1/+60
|
* Support data type adaptersJames Moger2014-10-2918-85/+550
| | | | | 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.
* Reset build identifiers for next development cycleJames Moger2014-10-221-2/+2
|
* Set Constants.VERSION to 1.3.0 and release date to 2014-10-22James Moger2014-10-221-2/+2
|
* DocumentationJames Moger2014-10-222-19/+9
|
* Revise nested conditions implementation and apiJames Moger2014-10-225-146/+211
|
* Implement execution tests of nested conditions and documentationJames Moger2014-10-226-13/+110
|
* Fix time jitter in unit tests causing intermittent false failuresJames Moger2014-10-221-21/+35
|
* Support generic types for EnumId mappingJames Moger2014-10-226-110/+254
|
* DocumentationJames Moger2014-10-221-1/+5
|
* Fix unit tests for column name escapingJames Moger2014-10-224-58/+114
|
* Update dependenciesJames Moger2014-10-224-12/+17
|
* Support mapping SQL BOOLEAN -> primitive numeric typesJames Moger2014-10-063-4/+86
|
* Be more careful with primitive type rollover in alias instantiationJames Moger2014-10-061-8/+8
|
* add support stackable condition: ex. X and (Y or Z)Sotaro SUZUKI2014-10-067-7/+458
| | | | | see samples in src/test/java/com/iciql/test/StackableConditionsTest.java
* add support condition oneOf / noneOfSotaro SUZUKI2014-10-067-23/+190
| | | | var-length parameterized IN(?, ?, ...), NOT IN(?, ?, ...) support
* Fix a bug and limit 1 select when select firstKazunobu Raita2014-02-221-2/+3
|
* Updated tools docs (issue-15)James Moger2013-06-271-1/+4
|
* DocumentationJames Moger2013-03-257-78/+178
|
* update Maven submodule referenceJames Moger2013-03-1417-224/+198
|
* Conform to Apache standard directory layoutJames Moger2013-03-08128-0/+6377
|
* Mostly complete migration of build script to MoxieJames Moger2013-03-082-600/+0
|
* Fix encodings on some source files and confirm by compiling as UTF-8James Moger2013-01-228-8/+8
|
* Preliminary MSSQL dialectAlex Telepov2012-12-312-0/+55
|
* Allows to gain full control of transactionsbartolomiew2012-11-022-1/+43
|
* return SQL error code even if uncharacterizedbartolomiew2012-11-021-0/+5
|
* Added drop reference table test (fails on H2)James Moger2012-10-151-0/+13
| | | | | | Unfortunately, it looks like H2 1.3.168 has a bug which allows you to drop a table even though there are active constraints referencing it. HSQL, Derby, MySQL, and PostgreSQL all throw a constraint violation exception, as expected, but H2 does not.
* Fix name collissions on indexes, unique keys, and foreign keysJames Moger2012-10-151-7/+7
|
* Eliminate redundant methodsJames Moger2012-10-151-47/+4
|