[jira] [Updated] (TORQUE-363) Criterion handles "IS NULL" incorrectly
"Max Philipp Wriedt (Jira)" <[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.torque.devel |
|---|---|
| Message-ID | <[email protected]> |
[ https://issues.apache.org/jira/browse/TORQUE-363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Max Philipp Wriedt updated TORQUE-363:
--------------------------------------
Description:
When using Criterion and want to use the ISNULL
{code:java}
Criterion criterion1 = new Criterion(ID, Criteria.ISNULL); {code}
> Criterion handles "IS NULL" incorrectly
> ---------------------------------------
>
> Key: TORQUE-363
> URL: https://issues.apache.org/jira/browse/TORQUE-363
> Project: Torque
> Issue Type: Bug
> Components: Runtime
> Affects Versions: 5.0, 5.1
> Reporter: Max Philipp Wriedt
> Priority: Critical
>
> When using Criterion and want to use the ISNULL
> {code:java}
> Criterion criterion1 = new Criterion(ID, Criteria.ISNULL); {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)