]> source.dussan.org Git - iciql.git/tag
v0.7.8
object 2e077918649d398dce0948cb3feeb61b925ee8a4
authorJames Moger <james.moger@gmail.com>
Wed, 11 Jan 2012 22:14:13 +0000 (17:14 -0500)
* Generate SELECT T0.* type statements\r
* Fixed negative rollover bug in the AS counter.\r
* Replaced the non-threadsafe AS counter with an AtomicInteger.\r
* Added an optional alias parameter to Query.toSQL() and\r
  QueryWhere.toSQL() to force SELECT T0.* select lists\r
* Fixed bug with Query.select(Z z) which assumed that z is always an\r
  anonymous inner class.