]> source.dussan.org Git - iciql.git/shortlog
iciql.git
2011-12-09 James MogerPrepare next release
2011-12-09 James MogerColumns mapped by name in result set instead of index...
2011-12-08 James MogerAdded alternative method signatures to avoid subtle...
2011-12-06 James MogerFixed join into custom type of primitives v0.7.3
2011-12-06 James MogerImproved fluent/type-safety of join statements
2011-12-06 James MogerFixed bug in primitive group by clauses
2011-12-05 James MogerFixed joins on primitives
2011-12-02 James MogerUpdated readme markdown with H2 and HSQL updated info
2011-12-01 James MogerUpdated H2 1.3.162 and HSQL 2.2.6 v0.7.2
2011-09-02 James MogerInclude debug information in built jars.
2011-09-02 James MogerGenerated models are now serializable.
2011-08-31 James MogerPrepare 0.7.1 release v0.7.1
2011-08-31 James MogerFixes to model generation. Fixes to default SQL dialect.
2011-08-30 James MogerUndeprecated interface configuration. Added more Define...
2011-08-30 James MogerAdjustment to PostgreSQL dialect for creating autoincre...
2011-08-26 James MogerDocumentation.
2011-08-17 James MogerLaunch H2 and HSQL servers in test suite and include...
2011-08-17 James MogerRenamed logger. Improved test suite. Added Apache Commo... v0.7.0
2011-08-17 James MogerAdded support for PostgreSQL. Passes all but the boole...
2011-08-16 James MogerRefactoring.
2011-08-16 James MogerFinished MySQL dialect; v5.0.51b 100% tested. Added...
2011-08-15 James MogerPrepare 0.6.6 release. v0.6.6
2011-08-15 James MogerImproving performance documentation.
2011-08-15 James MogerAdded Derby dialect. Finished HSQL dialect. Documentation.
2011-08-12 James MogerFixed bug in delete() and update() where primary key... v0.6.5
2011-08-12 James MogerDocumentation. Source cleanup. Prepare 0.6.4 release. v0.6.4
2011-08-12 James MogerAlways enforce strict type mapping.
2011-08-12 James MogerRenamed @IQTable.createIfRequired to @IQTable.create
2011-08-12 James MogerPrimitive default: NOT NULL. Autoincrement primitive...
2011-08-12 James MogerFull primitives support.
2011-08-11 James MogerDocumentation. Added another unmapped field case.
2011-08-11 James MogerRestructured test suite to run against multiple databases.
2011-08-11 James MogerAdded support for HSQL database. Revised dialects some...
2011-08-10 James MogerMoved dialects back to main package. Registered MySQL...
2011-08-10 James MogerDialect refinements.
2011-08-09 James MogerAll columns are assumed NULLABLE. IQColumn.allowNull...
2011-08-09 James MogerIQTable.primaryKey is now an array. Default values...
2011-08-08 James MogerFix build date.
2011-08-08 James MogerDo not generate primitive mappings. Prepare v0.6.3... v0.6.3
2011-08-08 James MogerDocumentation. Moved dialects into separate package.
2011-08-08 James MogerFixed first enum constant special case. (issue 4)
2011-08-08 James MogerDocumentation. EnumType default is NAME.
2011-08-08 James MogerSimplified dialect lookup.
2011-08-08 James MogerFully support H2 UUID type. Cleanup imports for generat...
2011-08-08 James MogerPartial primitives support: insert, update, and select...
2011-08-08 James MogerRefinement to BETWEEN to feel more like the rest of...
2011-08-07 James MogerQuick implementation of BETWEEN, IS NULL, and IS NOT...
2011-08-07 James MogerFinished enum query support (issue 4)
2011-08-05 James MogerIndexValidation was broken for single-indexes or non... v0.6.2
2011-08-05 James MogerDocumentation.
2011-08-05 James MogerImportant fix to _iq_versions create mechanism to work... v0.6.1
2011-08-05 James MogerRelease 0.6.0. APIv2 v0.6.0
2011-08-05 James MogerDocumentation. Don't double-wrap IciqlException.
2011-08-05 James MogerSimplified annotations. Interchangeable int-boolean...
2011-08-05 James MogerCustomizable enumId() mapping (issue 2)
2011-08-04 James MogerBLOB support (issue 1) and Enum support (issue 2)....
2011-08-04 James MogerOverhauling annotations.
2011-08-04 James MogerChange identifiers for next release.
2011-08-04 James MogerDocumentation.
2011-08-04 James MogerDocumentation.
2011-08-04 James MogerDocumentation. v0.5.0
2011-08-04 James MogerInitial commit of iciql.