Return-Path: Delivered-To: apmail-cayenne-commits-archive@www.apache.org Received: (qmail 36408 invoked from network); 17 May 2009 14:02:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 May 2009 14:02:07 -0000 Received: (qmail 15982 invoked by uid 500); 17 May 2009 14:02:07 -0000 Delivered-To: apmail-cayenne-commits-archive@cayenne.apache.org Received: (qmail 15958 invoked by uid 500); 17 May 2009 14:02:07 -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 15949 invoked by uid 99); 17 May 2009 14:02:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 May 2009 14:02:07 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 May 2009 14:02:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8DD5F29A0011 for ; Sun, 17 May 2009 07:01:45 -0700 (PDT) Message-ID: <2005370675.1242568905567.JavaMail.jira@brutus> Date: Sun, 17 May 2009 07:01:45 -0700 (PDT) From: "Andrus Adamchik (JIRA)" To: commits@cayenne.apache.org Subject: [jira] Created: (CAY-1226) ThrowOnPartialSchemaStrategy ignores missing columns 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 ThrowOnPartialSchemaStrategy ignores missing columns ---------------------------------------------------- Key: CAY-1226 URL: https://issues.apache.org/jira/browse/CAY-1226 Project: Cayenne Issue Type: Bug Components: Cayenne Core Library Affects Versions: 3.0M6 Environment: MySQL 5.0 Reporter: Andrus Adamchik Assignee: Andrus Adamchik When I drop a mapped column from the MySQL schema, "ThrowOnPartialSchemaStrategy" does not throw an exception. The first Cayenne query that reads from affected table throws a DB exception instead. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.