Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mostly complete migration of build script to Moxie | James Moger | 2013-03-08 | 1 | -6364/+0 |
| | |||||
* | Generate SELECT T0.* type statementsv0.7.8 | James Moger | 2012-01-11 | 1 | -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. |