aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* add support condition oneOf / noneOfSotaro SUZUKI2014-10-067-23/+190
* 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
* Fix name collissions on indexes, unique keys, and foreign keysJames Moger2012-10-151-7/+7
* Eliminate redundant methodsJames Moger2012-10-151-47/+4
* Fixed create view exception in MySQLJames Moger2012-10-151-0/+3
* add foreign key constraint annotationbartolomiew2012-10-126-3/+570
* Fixed case-sensitivity bug on setting a compound primary key from an annotati...James Moger2012-09-271-1/+5
* Support for read-only views (issue 8)James Moger2012-09-2513-5/+377
* Ensure that field definition of current class is used instead of identical fi...James Moger2012-09-251-1/+17
* Support inheritance of IQVersion for DbUpgrader implementations (issue 10)James Moger2012-09-211-0/+7
* Fixed order of DEFAULT in create table statement (issue 11)James Moger2012-09-211-4/+4
* Fixed password bug in model generator tool (issue 7)James Moger2012-09-182-19/+11
* Reset build identifiers for next releaseJames Moger2012-08-201-2/+2
* Prepare 1.1.0 releasev1.1.0James Moger2012-08-201-2/+2
* Updated unit-tested databasesJames Moger2012-08-201-7/+7
* Use savepoints for all bulk ops (insert all, update all, delete all)James Moger2012-08-203-10/+141