LargeSelect is missing the correctBooleans() call. BasePeer.correctBooleans()
must handle defaultTableMap==null
---------------------------------------------------------------------------------------------------------------
Key: TORQUE-92
URL: https://issues.apache.org/jira/browse/TORQUE-92
Project: Torque
Issue Type: Bug
Components: Runtime
Affects Versions: 3.3-RC2
Environment: PostgreSQL
Reporter: Thomas Vandahl
Assigned To: Thomas Vandahl
Fix For: 3.3-RC3
When using LargeSelect with PostgreSQL, the handling of boolean values in the
Criteria fails for BOOLEANINT and BOOLEANCHAR values because the call to
correctBooleans() is missing.
To use this, the call of BasePeer.correctBooleans(criteria, tableMap) must
gracefully handle the case of tablemap == null, because we don't have access to
a decent tableMap.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]