]> source.dussan.org Git - iciql.git/shortlog
iciql.git
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
2014-10-23 James MogerRevise nested conditions implementation and api
2014-10-23 James MogerImplement execution tests of nested conditions and...
2014-10-23 James MogerFix time jitter in unit tests causing intermittent...
2014-10-23 James MogerSupport generic types for EnumId mapping
2014-10-23 James MogerDocumentation
2014-10-23 James MogerFix unit tests for column name escaping
2014-10-23 James MogerUpdate dependencies
2014-10-06 James MogerSupport mapping SQL BOOLEAN -> primitive numeric types
2014-10-06 James MogerBe more careful with primitive type rollover in alias...
2014-10-06 James MogerUpdate documentation
2014-10-06 James MogerMerge branch 'pr-8'
2014-10-06 Sotaro SUZUKIadd support stackable condition: ex. X and (Y or Z)
2014-10-06 James MogerMerge branch 'pr-7'
2014-10-06 Sotaro SUZUKIadd support condition oneOf / noneOf
2014-10-06 James MogerMerge branch 'pr-6'
2014-09-30 Sotaro SUZUKIfix moxie url
2014-06-11 James MogerUpdate to Moxie 0.9.2
2014-02-22 James MogerMerge pull request #5 from writa/develop
2014-02-22 Kazunobu RaitaFix a bug and limit 1 select when select first 5/head
2013-06-27 James MogerUpdated tools docs (issue-15)
2013-04-26 James MogerUpdated to Moxie 0.7.4
2013-04-26 James MogerPull gh-pages branch before updating maven submodule
2013-04-26 James MogerAdded .meta/prefixes.txt index
2013-04-26 James MogerUpdate to Moxie 0.7.3
2013-04-26 James MogerFix line endings on release script template
2013-04-10 James MogerAdded Moxie documentation url to build script
2013-04-10 James MogerChmod the release script as executable
2013-04-10 James MogerTweak release template and push the new tag
2013-04-10 James MogerUpdated to Moxie 0.7.2
2013-04-10 James MogerAdded release process script template
2013-04-10 James MogerUpdate Maven url to Github's io tld
2013-04-08 James MogerFix build error when retrieving Moxie jar
2013-03-27 James MogerUpdated to Moxie 0.7.1
2013-03-26 James MogerFixed incorrect property case
2013-03-26 James Mogermerged
2013-03-26 James Mogerupdated Maven submodule repository to 1.2.0
2013-03-26 James MogerReset build identifiers for next development cycle
2013-03-26 James MogerPrepare 1.2.0 release v1.2.0
2013-03-26 James Mogerupdated Maven submodule reference
2013-03-26 James MogerDocumentation
2013-03-17 James Mogerupdate Maven submodule reference
2013-03-15 James Mogerupdate Maven submodule reference
2013-03-15 James MogerStreamlining Moxie integration
2013-03-14 James Mogerupdate Maven submodule reference
2013-03-14 James Mogerupdate Maven submodule reference
2013-03-12 James Mogerupdated Maven submodule reference
2013-03-11 James Mogerupdated Maven submodule reference
2013-03-11 James Mogerupdated Maven submodule reference
2013-03-09 James Mogerupdated maven submodule
2013-03-09 James Mogerupdate Maven submodule reference for 0.7.0-1.1.0
2013-03-09 James MogerConform to Apache standard directory layout
2013-03-09 James MogerMostly complete migration of build script to Moxie
2013-01-22 James MogerFix encodings on some source files and confirm by compi...
2012-12-31 Alex TelepovPreliminary MSSQL dialect
2012-11-02 bartolomiewAllows to gain full control of transactions
2012-11-02 bartolomiewreturn SQL error code even if uncharacterized
2012-10-15 James MogerAdded drop reference table test (fails on H2)
2012-10-15 James MogerCleanup tables after test
2012-10-15 James MogerFix name collissions on indexes, unique keys, and forei...
2012-10-15 James MogerEliminate redundant methods
2012-10-15 James MogerFixed create view exception in MySQL
2012-10-15 James MogerCleanup stray tables & views for each test
2012-10-15 James MogerSpelling correction
2012-10-12 bartolomiewadd foreign key constraint annotation 3/head
2012-09-27 James MogerFixed case-sensitivity bug on setting a compound primar...
2012-09-25 James MogerSupport for read-only views (issue 8)
2012-09-25 James MogerEnsure that field definition of current class is used...
2012-09-21 James MogerSupport inheritance of IQVersion for DbUpgrader impleme...
2012-09-21 James MogerFixed order of DEFAULT in create table statement (issue 11)
2012-09-18 James MogerDocumentation
2012-09-18 James MogerFixed password bug in model generator tool (issue 7)
2012-08-20 James MogerReset build identifiers for next release
2012-08-20 James MogerPrepare 1.1.0 release v1.1.0
2012-08-20 James MogerUpdated unit-tested databases
2012-08-20 James MogerUse savepoints for all bulk ops (insert all, update...
2012-07-14 James MogerReset build identifiers for next release
2012-07-14 James MogerPrepare 1.0.0 release v1.0.0
2012-07-14 James MogerFixed unit test for MySQL wrt IN queries
2012-07-14 James MogerDocumentation
2012-07-14 James MogerUse the upgrade check to skip unnecessary table create...
2012-06-19 James MogerRestored build properties with an is available check
2012-06-18 kc5nraFix to Issue 5. 2/head
2012-05-07 James MogerDraft support for "where xxx in(select bbb from...)"
2012-04-09 James MogerMerge pull request #1 from backpaper0/master
2012-04-06 Taichi UragamiRefactoring. 1/head
2012-04-06 Taichi UragamiAdded support for left outer join.
2012-01-27 James MogerFixed index out of bounds exception in parsing a defaul... v0.7.10
2012-01-24 James MogerAdded toParameter() to update/set commands v0.7.9
2012-01-11 James MogerGenerate SELECT T0.* type statements v0.7.8
2012-01-05 James MogerPrepare 0.7.7 release v0.7.7
2012-01-05 James MogerDisallow multiple instances of an enum within a model...
2012-01-05 James MogerAdded methods to generate static, reusable, parameteriz...
2011-12-21 James MogerAttempt defaultValue instantiation if object is null... v0.7.6
2011-12-13 James MogerCorrected performance regression. Tweaked dynamic query... v0.7.5
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...
next