Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Conform to Apache standard directory layout | James Moger | 2013-03-08 | 68 | -13253/+0 |
| | |||||
* | 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 |
| | |||||
* | Fixed create view exception in MySQL | James Moger | 2012-10-15 | 1 | -0/+3 |
| | |||||
* | add foreign key constraint annotation | bartolomiew | 2012-10-12 | 6 | -3/+570 |
| | | | | add unique constraint annotation fix small bug in build.xml for java source destination | ||||
* | Fixed case-sensitivity bug on setting a compound primary key from an ↵ | James Moger | 2012-09-27 | 1 | -1/+5 |
| | | | | annotation (issue 12) | ||||
* | Support for read-only views (issue 8) | James Moger | 2012-09-25 | 13 | -5/+377 |
| | |||||
* | Ensure that field definition of current class is used instead of identical ↵ | James Moger | 2012-09-25 | 1 | -1/+17 |
| | | | | field in parent class | ||||
* | Support inheritance of IQVersion for DbUpgrader implementations (issue 10) | James Moger | 2012-09-21 | 1 | -0/+7 |
| | |||||
* | Fixed order of DEFAULT in create table statement (issue 11) | James Moger | 2012-09-21 | 1 | -4/+4 |
| | |||||
* | Fixed password bug in model generator tool (issue 7) | James Moger | 2012-09-18 | 2 | -19/+11 |
| | |||||
* | Reset build identifiers for next release | James Moger | 2012-08-20 | 1 | -2/+2 |
| | |||||
* | Prepare 1.1.0 releasev1.1.0 | James Moger | 2012-08-20 | 1 | -2/+2 |
| | |||||
* | Updated unit-tested databases | James Moger | 2012-08-20 | 1 | -7/+7 |
| | |||||
* | Use savepoints for all bulk ops (insert all, update all, delete all) | James Moger | 2012-08-20 | 3 | -10/+141 |
| | |||||
* | Reset build identifiers for next release | James Moger | 2012-07-14 | 1 | -2/+2 |
| | |||||
* | Prepare 1.0.0 releasev1.0.0 | James Moger | 2012-07-14 | 1 | -3/+3 |
| | |||||
* | Use the upgrade check to skip unnecessary table create statements | James Moger | 2012-07-14 | 2 | -0/+9 |
| | |||||
* | Fix to Issue 5. | kc5nra | 2012-06-18 | 1 | -1/+1 |
| | | | | http://code.google.com/p/iciql/issues/detail?id=5 | ||||
* | Draft support for "where xxx in(select bbb from...)" | James Moger | 2012-05-07 | 6 | -3/+122 |
| | |||||
* | Refactoring. | Taichi Uragami | 2012-04-07 | 1 | -8/+7 |
| | |||||
* | Added support for left outer join. | Taichi Uragami | 2012-04-06 | 1 | -0/+9 |
| | |||||
* | Fixed index out of bounds exception in parsing a default string valuev0.7.10 | James Moger | 2012-01-27 | 2 | -3/+3 |
| | |||||
* | Added toParameter() to update/set commandsv0.7.9 | James Moger | 2012-01-24 | 4 | -32/+68 |
| | | | Also allow generation of parameterized update statements for reuse. | ||||
* | Generate SELECT T0.* type statementsv0.7.8 | James Moger | 2012-01-11 | 6 | -26/+130 |
| | | | | | | | | * Fixed negative rollover bug in the AS counter. * Replaced the non-threadsafe AS counter with an AtomicInteger. * Added an optional alias parameter to Query.toSQL() and QueryWhere.toSQL() to force SELECT T0.* select lists * Fixed bug with Query.select(Z z) which assumed that z is always an anonymous inner class. | ||||
* | Prepare 0.7.7 releasev0.7.7 | James Moger | 2012-01-05 | 1 | -3/+3 |
| | |||||
* | Disallow multiple instances of an enum within a model class | James Moger | 2012-01-04 | 3 | -1/+37 |
| | |||||
* | Added methods to generate static, reusable, parameterized sql statements | James Moger | 2012-01-04 | 7 | -6/+227 |
| | |||||
* | Attempt defaultValue instantiation if object is null && spec'd NOT NULLv0.7.6 | James Moger | 2011-12-21 | 3 | -4/+132 |
| | | | This is only attempted on db.insert and db.update. | ||||
* | Corrected performance regression. Tweaked dynamic query results.v0.7.5 | James Moger | 2011-12-13 | 5 | -58/+49 |
| | |||||
* | Prepare next release | James Moger | 2011-12-09 | 1 | -3/+3 |
| | |||||
* | Columns mapped by name in result set instead of index. Disallow multiple | James Moger | 2011-12-09 | 6 | -8/+114 |
| | | | primitive bools in a model WITH explicit referencing. | ||||
* | Added alternative method signatures to avoid subtle varargs bugs | James Moger | 2011-12-08 | 2 | -2/+36 |
| | |||||
* | Fixed join into custom type of primitivesv0.7.3 | James Moger | 2011-12-06 | 2 | -5/+11 |
| | |||||
* | Improved fluent/type-safety of join statements | James Moger | 2011-12-06 | 3 | -30/+30 |
| | |||||
* | Fixed bug in primitive group by clauses | James Moger | 2011-12-06 | 1 | -7/+7 |
| | |||||
* | Fixed joins on primitives | James Moger | 2011-12-05 | 3 | -2/+79 |
| | |||||
* | Updated H2 1.3.162 and HSQL 2.2.6v0.7.2 | James Moger | 2011-11-30 | 2 | -7/+7 |
| | |||||
* | Generated models are now serializable. | James Moger | 2011-09-02 | 2 | -3/+7 |
| | |||||
* | Prepare 0.7.1 releasev0.7.1 | James Moger | 2011-08-31 | 1 | -2/+2 |
| | |||||
* | Fixes to model generation. Fixes to default SQL dialect. | James Moger | 2011-08-31 | 6 | -10/+34 |
| | |||||
* | Undeprecated interface configuration. Added more Define methods. | James Moger | 2011-08-30 | 4 | -47/+120 |
| | | | | | | | I've revised my thinking about interface configuration. I think its a good option and should be supported. Field scope is now ignored across the board. If the developer does not want to map a field and is using the interface configuration approach, then the field should be annotated with IQIgnore. | ||||
* | Adjustment to PostgreSQL dialect for creating autoincrement columns. | James Moger | 2011-08-30 | 1 | -5/+3 |
| | |||||
* | Launch H2 and HSQL servers in test suite and include tcp benchmarks. | James Moger | 2011-08-17 | 8 | -84/+46 |
| |