create methods to create custom sql queries with prepared statement replacements
--------------------------------------------------------------------------------
Key: TORQUE-194
URL: https://issues.apache.org/jira/browse/TORQUE-194
Project: Torque
Issue Type: Sub-task
Components: Runtime
Reporter: Thomas Fox
Fix For: 4.0
Currently, it is not possible to use custom criterions with prepared statement
replacements.
This should be made possible by the following methods in criteria.Criteria:
andCustom(String query, Object[] preparedStatementReplacements)
orCustom(String query, Object[] preparedStatementReplacements)
whereCustom(String query, Object[] preparedStatementReplacements)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]