Return-Path: Delivered-To: apmail-cayenne-commits-archive@www.apache.org Received: (qmail 84437 invoked from network); 1 Sep 2010 07:06:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Sep 2010 07:06:35 -0000 Received: (qmail 69086 invoked by uid 500); 1 Sep 2010 07:06:35 -0000 Delivered-To: apmail-cayenne-commits-archive@cayenne.apache.org Received: (qmail 69052 invoked by uid 500); 1 Sep 2010 07:06:34 -0000 Mailing-List: contact commits-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list commits@cayenne.apache.org Received: (qmail 69044 invoked by uid 99); 1 Sep 2010 07:06:33 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Sep 2010 07:06:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Sep 2010 07:06:15 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8175sNV007597 for ; Wed, 1 Sep 2010 07:05:54 GMT Message-ID: <19973935.112091283324754276.JavaMail.jira@thor> Date: Wed, 1 Sep 2010 03:05:54 -0400 (EDT) From: "Andrus Adamchik (JIRA)" To: commits@cayenne.apache.org Subject: [jira] Created: (CAY-1480) Implement cross-db functional expressions 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 Implement cross-db functional expressions ----------------------------------------- Key: CAY-1480 URL: https://issues.apache.org/jira/browse/CAY-1480 Project: Cayenne Issue Type: Improvement Components: Core Library Affects Versions: 3.0.1, 3.1M1 Reporter: Andrus Adamchik Assignee: Andrus Adamchik Fix For: 3.1M1 Per DataContextEJBQLFunctionalExpressions test (renamed to DataContextEJBQLFunctionalExpressionsTemp.java) SQL generated by Cayenne doesn't work on at least some DBs (Derby). Will need to test it across DBs and implement appropriate syntax. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.