diff options
author | James Moger <james.moger@gmail.com> | 2012-07-14 16:18:54 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2012-07-14 16:18:54 -0400 |
commit | 7699e743dffadd764dec68d0737ba90dd2d16896 (patch) | |
tree | fc25a036b865d68e2e324aa536b0b7d8b00b34fc /docs/05_releases.mkd | |
parent | 9e4799babb53626ccfea78bae9a3d58ceef9d258 (diff) | |
download | iciql-7699e743dffadd764dec68d0737ba90dd2d16896.tar.gz iciql-7699e743dffadd764dec68d0737ba90dd2d16896.zip |
Documentation
Diffstat (limited to 'docs/05_releases.mkd')
-rw-r--r-- | docs/05_releases.mkd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/05_releases.mkd b/docs/05_releases.mkd index 37de385..687fd10 100644 --- a/docs/05_releases.mkd +++ b/docs/05_releases.mkd @@ -6,6 +6,8 @@ **%VERSION%** ([zip](http://code.google.com/p/iciql/downloads/detail?name=%ZIP%)|[jar](http://code.google.com/p/iciql/downloads/detail?name=%JAR%)) *released %BUILDDATE%*
+- Issue CREATE TABLE and CREATE INDEX statements once per-db instance/table-mapping
+- Fixed bug in using 0L primitive values in where clauses. These were confused with the COUNT(*) function. (Github/kc5nra,issue 5)
- Added support for single column subquery *select name, address from user_table where user_id in (select user_id from invoice table where paid = false)*
- Added support for left outer join (Github/backpaper0)
@@ -205,4 +207,4 @@ Date myDate = new Date(100, 1, 1); - QueryConditon.bigger => QueryCondition.exceeds
- QueryConditon.biggerEqual => QueryCondition.atLeast
- QueryConditon.smaller => QueryCondition.lessThan
- - QueryConditon.smallEqual => QueryCondition.atMost
\ No newline at end of file + - QueryConditon.smallEqual => QueryCondition.atMost
|