diff options
-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
|