Return-Path: Delivered-To: apmail-db-ojb-dev-archive@www.apache.org Received: (qmail 84977 invoked from network); 16 Aug 2004 19:08:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Aug 2004 19:08:47 -0000 Received: (qmail 68891 invoked by uid 500); 16 Aug 2004 19:08:46 -0000 Delivered-To: apmail-db-ojb-dev-archive@db.apache.org Received: (qmail 68859 invoked by uid 500); 16 Aug 2004 19:08:46 -0000 Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "OJB Developers List" Reply-To: "OJB Developers List" Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 68846 invoked by uid 500); 16 Aug 2004 19:08:45 -0000 Received: (qmail 68843 invoked by uid 99); 16 Aug 2004 19:08:45 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Mon, 16 Aug 2004 12:08:45 -0700 Received: (qmail 84947 invoked by uid 1513); 16 Aug 2004 19:08:45 -0000 Date: 16 Aug 2004 19:08:45 -0000 Message-ID: <20040816190845.84945.qmail@minotaur.apache.org> From: brj@apache.org To: db-ojb-cvs@apache.org Subject: cvs commit: db-ojb release-notes.txt X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N brj 2004/08/16 12:08:45 Modified: . release-notes.txt Log: delete uses discriminator column in the where clause (if it's not already part of the pk) Revision Changes Path 1.60 +3 -1 db-ojb/release-notes.txt Index: release-notes.txt =================================================================== RCS file: /home/cvs/db-ojb/release-notes.txt,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- release-notes.txt 15 Aug 2004 12:42:27 -0000 1.59 +++ release-notes.txt 16 Aug 2004 19:08:44 -0000 1.60 @@ -51,6 +51,8 @@ the discriminator is compatible with the old ojbConcreteClass. If the optional attribute 'value' is not defined, the name of the class from class-descriptor is used. +- delete uses the discriminator column in the where-clause (if it's not already part of the pk) + DELETE FROM MYTAB WHERE id = 1 and class_name = 'my_class_a' BUG FIXES: --------------------------------------------------------------------- To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org For additional commands, e-mail: ojb-dev-help@db.apache.org