]> source.dussan.org Git - iciql.git/shortlog
iciql.git
2016-04-04 James MogerFixes #21: Order by descending on primitives
2016-04-04 James MogerAllow selecting a column from a table
2016-04-04 James MogerFixes #15: String field not properly trimmed on discret...
2016-04-04 James MogerUpdate README
2016-04-04 James MogerChange groupId and version
2016-04-04 James MogerUpdate documentation and tested databases
2016-04-04 James MogerPrepare the project for Maven; add pom to build, test...
2016-04-04 James MogerUpdate .gitignore
2016-04-04 James MogerUpdate maven submodule reference
2016-04-04 James MogerFix #23: Postgres 9.5 UPSERT syntax was incorrect
2016-04-04 James MogerFix missing table name to warning
2016-04-04 James MogerFix #22: Failure to set fields to null
2016-04-04 James MogerFixes #20: Add groupBy methods to QueryWhere
2015-07-21 James Mogerupdated Maven submodule repository to 1.6.5
2015-07-21 James MogerReset build identifiers for next development cycle
2015-07-21 James MogerPrepare 1.6.5 release v1.6.5
2015-07-21 James MogerReset build identifier to 1.6.5-SNAPSHOT
2015-07-21 James MogerStrip column identifiers from specified column names...
2015-06-30 James Mogerupdated Maven submodule repository to 1.6.4
2015-06-30 James MogerReset build identifiers for next development cycle
2015-06-30 James MogerPrepare 1.6.4 release v1.6.4
2015-06-30 James MogerAllow construction of Set, List, and Map fields for...
2015-06-29 James Mogerupdated Maven submodule repository to 1.6.3
2015-06-29 James MogerReset build identifiers for next development cycle
2015-06-29 James MogerPrepare 1.6.3 release v1.6.3
2015-06-29 James MogerSet version to 1.6.3-SNAPSHOT
2015-06-29 James MogerFix wildcard SELECT column mapping on JOIN statements
2015-05-13 James MogerAdd support for upcoming Postgres 9.5 UPSERT syntax
2015-05-11 James Mogerupdated Maven submodule repository to 1.6.2
2015-05-11 James MogerReset build identifiers for next development cycle
2015-05-11 James MogerPrepare 1.6.2 release v1.6.2
2015-05-11 James MogerDo not register DataTypeAdapters by the target Java...
2015-05-11 James Mogerupdated Maven submodule repository to 1.6.1
2015-05-11 James MogerReset build identifiers for next development cycle
2015-05-11 James MogerPrepare 1.6.1 release v1.6.1
2015-05-11 James MogerUse manifest method to get version
2015-05-11 James MogerFixup release template
2015-05-11 James MogerUpdate documentation
2015-05-11 James MogerUpdate Maven submodule
2015-05-11 James Mogerupdated Maven submodule repository to 1.6.0
2015-05-11 James MogerReset build identifiers for next development cycle
2015-05-11 James MogerPrepare 1.6.0 release v1.6.0
2015-05-11 James MogerUpdated documentation
2015-05-11 James MogerUpdate to SQLite 3.8.10.1
2015-05-11 James MogerUpdate to SQLite 3.8.9.1
2015-04-30 James MogerUpdate to SQLite-jdbc 3.8.9 and improve the testsuite
2015-04-30 James MogerImprove SQLite dialect and unit-test conformance
2015-04-22 James MogerUpdate to H2 1.4.187
2015-04-22 James MogerGracefully handle SQLite's pre-closed ResultSets for...
2015-04-22 James MogerFix deserialization of null values
2015-04-17 James MogerUse JavaType as the key for DataTypeAdapter registration
2015-04-16 James MogerAllow SQLite the chance to deserialize DateTime objects
2015-04-16 James MogerMove standard object deserialization into the dialect
2015-04-10 James MogerAdded Derby tcp test
2015-04-10 James MogerUpdate to H2 1.4.186, SLF4j 1.7.12, XStream 1.48, Snake...
2015-04-10 James MogerImprove format of benchmark summary table
2015-04-10 James MogerDrop precision and length from SQL->Java type determination
2015-04-10 James MogerUse version metadata stamped by the build process
2015-04-07 James MogerMerge pull request #14 from Maaartinus/master
2015-04-07 Maaartin GrajcarMake IQTable.inheritColumns works for an arbitrary... 14/head
2015-04-06 James MogerMerge pull request #12 from nickelc/master
2015-04-04 Constantin... Use ClassLoader of dao interface for proxy 12/head
2014-11-13 James MogerMerge pull request #10 from ptemplier/patch-2
2014-11-13 Pierre TemplierUpdate index.mkd 10/head
2014-11-11 James Mogerupdated Maven submodule repository to 1.5.0
2014-11-11 James MogerReset build identifiers for next development cycle
2014-11-11 James MogerPrepare 1.5.0 release v1.5.0
2014-11-11 James MogerFix SQLite INTEGER PRIMARY KEY AUTOINCREMENT mapping
2014-11-11 James MogerFixed test failures due to 1-indexed primary key assign...
2014-11-11 James MogerImplement DAO externalized statement loading based...
2014-11-11 James MogerAdd support for runtime Mode in the DataTypeAdapters
2014-11-11 James MogerRevise built-in type adapter class names again, add...
2014-11-09 James MogerMoved data type adapters into separate package, added...
2014-11-09 James MogerImplement Dao proxy generation with annotated sql state...
2014-11-09 James MogerRevise type adapter definition to be a separate annotation
2014-11-07 James MogerChange return types for several Db methods to indicate...
2014-11-07 James MogerImprove Date type conversions
2014-11-06 James MogerUpdate maven repository submodule
2014-11-05 James Mogerupdated Maven submodule repository to 1.4.0
2014-11-05 James MogerReset build identifiers for next development cycle
2014-11-05 James MogerPrepare 1.4.0 release v1.4.0
2014-11-05 James MogerBump to 1.4.0-SNAPSHOT and update documentation
2014-11-03 James MogerAdd support for SQLite 3.8.7
2014-11-03 James MogerImprove test db definitions
2014-11-03 James MogerMove constraint definitions into CREATE TABLE instead...
2014-11-03 James MogerForeign key test must reference a unique row
2014-11-03 James MogerRelax BigDecimal equivalency checks
2014-11-03 James MogerAllow dialects to determine if they support savepoints
2014-11-01 James MogerDo not attempt to set a null object into a primitive...
2014-11-01 James MogerImprove SQL numeric to Java object type conversions
2014-10-30 James MogerAllow manual registration of type adapters
2014-10-30 James MogerImplement auto-closable interface on Db
2014-10-29 James MogerSupport data type adapters
2014-10-23 James MogerTweak release process
2014-10-23 James Mogerupdated Maven submodule repository to 1.3.0
2014-10-23 James MogerReset build identifiers for next development cycle
2014-10-23 James MogerPrepare 1.3.0 release v1.3.0
2014-10-23 James MogerSet Constants.VERSION to 1.3.0 and release date to...
2014-10-23 James MogerAdd description to tagRelease ant task, update build...
2014-10-23 James MogerDocumentation
next