]> source.dussan.org Git - iciql.git/commitdiff
Documentation
authorJames Moger <james.moger@gmail.com>
Sat, 14 Jul 2012 20:18:54 +0000 (16:18 -0400)
committerJames Moger <james.moger@gmail.com>
Sat, 14 Jul 2012 20:18:54 +0000 (16:18 -0400)
docs/05_releases.mkd

index 37de3859809d7991abd1cfeb206775946cb6e7ed..687fd10d7a5bdf1f821a8615f2021a6257455159 100644 (file)
@@ -6,6 +6,8 @@
 \r
 **%VERSION%** ([zip](http://code.google.com/p/iciql/downloads/detail?name=%ZIP%)|[jar](http://code.google.com/p/iciql/downloads/detail?name=%JAR%)) &nbsp; *released %BUILDDATE%*\r
 \r
+- Issue CREATE TABLE and CREATE INDEX statements once per-db instance/table-mapping\r
+- Fixed bug in using 0L primitive values in where clauses.  These were confused with the COUNT(*) function. (Github/kc5nra,issue 5)\r
 - 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)*\r
 - Added support for left outer join (Github/backpaper0)\r
 \r
@@ -205,4 +207,4 @@ Date myDate = new Date(100, 1, 1);
     - QueryConditon.bigger =&gt; QueryCondition.exceeds\r
     - QueryConditon.biggerEqual =&gt; QueryCondition.atLeast\r
     - QueryConditon.smaller =&gt; QueryCondition.lessThan\r
-    - QueryConditon.smallEqual =&gt; QueryCondition.atMost
\ No newline at end of file
+    - QueryConditon.smallEqual =&gt; QueryCondition.atMost\r