* 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.