summaryrefslogtreecommitdiffstats
tag namev0.7.8 (38f766d229e0252f5348173cefab215cf52c9d33)
tag date2012-01-11 17:14:13 -0500
tagged byJames Moger <james.moger@gmail.com>
tagged objectcommit 2e07791864...
downloadiciql-0.7.8.tar.gz
iciql-0.7.8.zip
* Generate SELECT T0.* type statements
* Fixed negative rollover bug in the AS counter. * Replaced the non-threadsafe AS counter with an AtomicInteger. * Added an optional alias parameter to Query.toSQL() and QueryWhere.toSQL() to force SELECT T0.* select lists * Fixed bug with Query.select(Z z) which assumed that z is always an anonymous inner class.