\r
**%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%*\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
- QueryConditon.bigger => QueryCondition.exceeds\r
- QueryConditon.biggerEqual => QueryCondition.atLeast\r
- QueryConditon.smaller => QueryCondition.lessThan\r
- - QueryConditon.smallEqual => QueryCondition.atMost
\ No newline at end of file
+ - QueryConditon.smallEqual => QueryCondition.atMost\r