Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed test failures due to 1-indexed primary key assignment assumption | James Moger | 2014-11-10 | 2 | -24/+44 | |
| | ||||||
* | Implement DAO externalized statement loading based on runtime Mode | James Moger | 2014-11-10 | 9 | -14/+284 | |
| | ||||||
* | Add support for runtime Mode in the DataTypeAdapters | James Moger | 2014-11-10 | 11 | -21/+170 | |
| | ||||||
* | Revise built-in type adapter class names again, add Yaml type adapter | James Moger | 2014-11-10 | 11 | -91/+179 | |
| | ||||||
* | Moved data type adapters into separate package, added gson and xstream | James Moger | 2014-11-09 | 12 | -109/+434 | |
| | ||||||
* | Implement Dao proxy generation with annotated sql statement execution | James Moger | 2014-11-09 | 14 | -44/+1587 | |
| | | | | This functionality is inspired by JDBI but is not based on it's implementation. | |||||
* | Revise type adapter definition to be a separate annotation | James Moger | 2014-11-09 | 6 | -47/+198 | |
| | ||||||
* | Change return types for several Db methods to indicate status | James Moger | 2014-11-07 | 2 | -779/+803 | |
| | ||||||
* | Improve Date type conversions | James Moger | 2014-11-06 | 1 | -0/+14 | |
| | ||||||
* | Reset build identifiers for next development cycle | James Moger | 2014-11-05 | 1 | -2/+2 | |
| | ||||||
* | Prepare 1.4.0 releasev1.4.0 | James Moger | 2014-11-05 | 1 | -2/+2 | |
| | ||||||
* | Bump to 1.4.0-SNAPSHOT and update documentation | James Moger | 2014-11-05 | 2 | -1/+3 | |
| | ||||||
* | Add support for SQLite 3.8.7 | James Moger | 2014-11-03 | 7 | -10/+175 | |
| | ||||||
* | Improve test db definitions | James Moger | 2014-11-03 | 1 | -4/+4 | |
| | ||||||
* | Move constraint definitions into CREATE TABLE instead of ALTER TABLE | James Moger | 2014-11-03 | 4 | -1722/+1747 | |
| | ||||||
* | Foreign key test must reference a unique row | James Moger | 2014-11-03 | 1 | -2/+5 | |
| | ||||||
* | Relax BigDecimal equivalency checks | James Moger | 2014-11-03 | 2 | -2/+7 | |
| | ||||||
* | Allow dialects to determine if they support savepoints | James Moger | 2014-11-03 | 3 | -98/+13 | |
| | ||||||
* | Do not attempt to set a null object into a primitive type | James Moger | 2014-11-01 | 1 | -0/+6 | |
| | ||||||
* | Improve SQL numeric to Java object type conversions | James Moger | 2014-11-01 | 1 | -0/+10 | |
| | ||||||
* | Allow manual registration of type adapters | James Moger | 2014-10-30 | 3 | -4/+16 | |
| | ||||||
* | Implement auto-closable interface on Db | James Moger | 2014-10-30 | 2 | -1/+60 | |
| | ||||||
* | Support data type adapters | James Moger | 2014-10-29 | 18 | -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 cycle | James Moger | 2014-10-22 | 1 | -2/+2 | |
| | ||||||
* | Set Constants.VERSION to 1.3.0 and release date to 2014-10-22 | James Moger | 2014-10-22 | 1 | -2/+2 | |
| | ||||||
* | Documentation | James Moger | 2014-10-22 | 2 | -19/+9 | |
| | ||||||
* | Revise nested conditions implementation and api | James Moger | 2014-10-22 | 5 | -146/+211 | |
| | ||||||
* | Implement execution tests of nested conditions and documentation | James Moger | 2014-10-22 | 6 | -13/+110 | |
| | ||||||
* | Fix time jitter in unit tests causing intermittent false failures | James Moger | 2014-10-22 | 1 | -21/+35 | |
| | ||||||
* | Support generic types for EnumId mapping | James Moger | 2014-10-22 | 6 | -110/+254 | |
| | ||||||
* | Documentation | James Moger | 2014-10-22 | 1 | -1/+5 | |
| | ||||||
* | Fix unit tests for column name escaping | James Moger | 2014-10-22 | 4 | -58/+114 | |
| | ||||||
* | Update dependencies | James Moger | 2014-10-22 | 4 | -12/+17 | |
| | ||||||
* | Support mapping SQL BOOLEAN -> primitive numeric types | James Moger | 2014-10-06 | 3 | -4/+86 | |
| | ||||||
* | Be more careful with primitive type rollover in alias instantiation | James Moger | 2014-10-06 | 1 | -8/+8 | |
| | ||||||
* | add support stackable condition: ex. X and (Y or Z) | Sotaro SUZUKI | 2014-10-06 | 7 | -7/+458 | |
| | | | | | see samples in src/test/java/com/iciql/test/StackableConditionsTest.java | |||||
* | add support condition oneOf / noneOf | Sotaro SUZUKI | 2014-10-06 | 7 | -23/+190 | |
| | | | | var-length parameterized IN(?, ?, ...), NOT IN(?, ?, ...) support | |||||
* | Fix a bug and limit 1 select when select first | Kazunobu Raita | 2014-02-22 | 1 | -2/+3 | |
| | ||||||
* | Updated tools docs (issue-15) | James Moger | 2013-06-27 | 1 | -1/+4 | |
| | ||||||
* | Documentation | James Moger | 2013-03-25 | 7 | -78/+178 | |
| | ||||||
* | update Maven submodule reference | James Moger | 2013-03-14 | 17 | -224/+198 | |
| | ||||||
* | Conform to Apache standard directory layout | James Moger | 2013-03-08 | 128 | -0/+6377 | |
| | ||||||
* | Mostly complete migration of build script to Moxie | James Moger | 2013-03-08 | 2 | -600/+0 | |
| | ||||||
* | Fix encodings on some source files and confirm by compiling as UTF-8 | James Moger | 2013-01-22 | 8 | -8/+8 | |
| | ||||||
* | Preliminary MSSQL dialect | Alex Telepov | 2012-12-31 | 2 | -0/+55 | |
| | ||||||
* | Allows to gain full control of transactions | bartolomiew | 2012-11-02 | 2 | -1/+43 | |
| | ||||||
* | return SQL error code even if uncharacterized | bartolomiew | 2012-11-02 | 1 | -0/+5 | |
| | ||||||
* | Added drop reference table test (fails on H2) | James Moger | 2012-10-15 | 1 | -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 keys | James Moger | 2012-10-15 | 1 | -7/+7 | |
| | ||||||
* | Eliminate redundant methods | James Moger | 2012-10-15 | 1 | -47/+4 | |
| |