Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Conform to Apache standard directory layout | James Moger | 2013-03-08 | 1 | -947/+0 |
| | |||||
* | Support for read-only views (issue 8) | James Moger | 2012-09-25 | 1 | -2/+25 |
| | |||||
* | Draft support for "where xxx in(select bbb from...)" | James Moger | 2012-05-07 | 1 | -0/+9 |
| | |||||
* | Refactoring. | Taichi Uragami | 2012-04-07 | 1 | -8/+7 |
| | |||||
* | Added support for left outer join. | Taichi Uragami | 2012-04-06 | 1 | -0/+9 |
| | |||||
* | Added toParameter() to update/set commandsv0.7.9 | James Moger | 2012-01-24 | 1 | -24/+38 |
| | | | Also allow generation of parameterized update statements for reuse. | ||||
* | Generate SELECT T0.* type statementsv0.7.8 | James Moger | 2012-01-11 | 1 | -5/+67 |
| | | | | | | | | * 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. | ||||
* | Disallow multiple instances of an enum within a model class | James Moger | 2012-01-04 | 1 | -0/+5 |
| | |||||
* | Added methods to generate static, reusable, parameterized sql statements | James Moger | 2012-01-04 | 1 | -1/+35 |
| | |||||
* | Corrected performance regression. Tweaked dynamic query results.v0.7.5 | James Moger | 2011-12-13 | 1 | -2/+2 |
| | |||||
* | Columns mapped by name in result set instead of index. Disallow multiple | James Moger | 2011-12-09 | 1 | -2/+16 |
| | | | primitive bools in a model WITH explicit referencing. | ||||
* | Improved fluent/type-safety of join statements | James Moger | 2011-12-06 | 1 | -1/+1 |
| | |||||
* | Fixed bug in primitive group by clauses | James Moger | 2011-12-06 | 1 | -7/+7 |
| | |||||
* | Renamed logger. Improved test suite. Added Apache Commons and DBCP.v0.7.0 | James Moger | 2011-08-17 | 1 | -4/+4 |
| | |||||
* | Added Derby dialect. Finished HSQL dialect. Documentation. | James Moger | 2011-08-15 | 1 | -11/+6 |
| | | | | | | | | | | * Improved DEFAULT value specifications. * Fixed bug in buildObjects where the ResultSet could be closed by the automatic create table attempt. * DbInspector now uses the dialect's reported DATETIME class preference. * Improved IciqlException SQLState code checks. * Integrated LIMIT and OFFSET expression appending in dialects. * Updated to H2 1.3.159 * Allow reopening of a memory database in the test suite. | ||||
* | Full primitives support. | James Moger | 2011-08-12 | 1 | -7/+286 |
| | |||||
* | Added support for HSQL database. Revised dialects some more. | James Moger | 2011-08-11 | 1 | -21/+15 |
| | | | | | | | | | Moved CREATE TABLE and CREATE INDEX statement generation to the dialect. Added DECIMAL(length, scale) support. Improved automatic dialect detection. Unspecified length string is now CLOB instead of TEXT. Boolean now maps to BOOLEAN instead of BIT. Expressions on unmapped fields will throw an IciqlException. Improved exception reporting. | ||||
* | Fixed first enum constant special case. (issue 4) | James Moger | 2011-08-08 | 1 | -0/+9 |
| | |||||
* | Refinement to BETWEEN to feel more like the rest of the API. | James Moger | 2011-08-08 | 1 | -6/+15 |
| | |||||
* | Quick implementation of BETWEEN, IS NULL, and IS NOT NULL. | James Moger | 2011-08-07 | 1 | -1/+25 |
| | |||||
* | Finished enum query support (issue 4) | James Moger | 2011-08-07 | 1 | -9/+20 |
| | |||||
* | Documentation. Don't double-wrap IciqlException. | James Moger | 2011-08-05 | 1 | -0/+2 |
| | |||||
* | Simplified annotations. Interchangeable int-boolean runtime mapping. | James Moger | 2011-08-05 | 1 | -0/+1 |
| | |||||
* | BLOB support (issue 1) and Enum support (issue 2). Documentation. | James Moger | 2011-08-04 | 1 | -0/+3 |
| | |||||
* | Initial commit of iciql. | James Moger | 2011-08-03 | 1 | -0/+451 |