summaryrefslogtreecommitdiffstats
path: root/api/v12.xml
Commit message (Collapse)AuthorAgeFilesLines
* Mostly complete migration of build script to MoxieJames Moger2013-03-081-6364/+0
|
* Generate SELECT T0.* type statementsv0.7.8James Moger2012-01-111-0/+6364
* 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.