From 7699e743dffadd764dec68d0737ba90dd2d16896 Mon Sep 17 00:00:00 2001 From: James Moger Date: Sat, 14 Jul 2012 16:18:54 -0400 Subject: Documentation --- docs/05_releases.mkd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3