Issue TRQS73 has just been modified by user [EMAIL PROTECTED]
You can view the issue detail at the following URL:
<http://nagoya.apache.org/scarab/issues/id/TRQS73>
The following modifications were made to this issue:
IMHO toString() should never update the object it is invoked on - turbine & torque do
this in at least a couple of places (Criteria & TemplateLink spring to mind).
Is the solution for Criteria as simple as:
1. Separating out BasePeer.createQueryString() into two new methods:
a. Everything that is currently in createQueryString() with the exception of the
limit/offset code at the end of the method
b. The limit/offset code
2. Update BasePeer.createQueryString() to invoke both of the new methods
3. Update Criteria.toString() to only invoke the first of the two new BasePeer methods
instead of createQueryString()
TRQS47 could then be addressed by additional work on the second of the two new methods
in BasePeer.
--
To unsubscribe, e-mail: <mailto:turbine-torque-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-torque-dev-help@;jakarta.apache.org>