Return-Path: X-Original-To: apmail-db-torque-dev-archive@www.apache.org Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 51F93968A for ; Tue, 24 Apr 2012 11:57:57 +0000 (UTC) Received: (qmail 9032 invoked by uid 500); 24 Apr 2012 11:57:57 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 8997 invoked by uid 500); 24 Apr 2012 11:57:56 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 8971 invoked by uid 99); 24 Apr 2012 11:57:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2012 11:57:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2012 11:57:54 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9210540C626 for ; Tue, 24 Apr 2012 11:57:34 +0000 (UTC) Date: Tue, 24 Apr 2012 11:57:34 +0000 (UTC) From: "Thomas Fox (JIRA)" To: torque-dev@db.apache.org Message-ID: <1113728595.9091.1335268654605.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1812226871.9537.1334926359985.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (TORQUE-193) Allow other types than Columns as left hand side of a comparison in Criteria. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/TORQUE-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Fox resolved TORQUE-193. ------------------------------- Resolution: Fixed Now the lhs type is Object. > Allow other types than Columns as left hand side of a comparison in Criteria. > ----------------------------------------------------------------------------- > > Key: TORQUE-193 > URL: https://issues.apache.org/jira/browse/TORQUE-193 > Project: Torque > Issue Type: Sub-task > Components: Runtime > Reporter: Thomas Fox > Assignee: Thomas Fox > Fix For: 4.0 > > > Currently, the left hand side of a comparison is always a column. > However, it should be possible to create comparison where no explicit column is involved (see TORQUE-185 for an example) > All values which are currently possoble for the right hand side of the comparsion (ex field "value") should also be possible for the left hand side. > This leads to the change in semantics that Strings als lhs are not interpreted as columns any more but as values. -- 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: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org