Return-Path: X-Original-To: apmail-db-derby-commits-archive@www.apache.org Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C250991CA for ; Tue, 24 Apr 2012 14:36:09 +0000 (UTC) Received: (qmail 95939 invoked by uid 500); 24 Apr 2012 14:36:09 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 95906 invoked by uid 500); 24 Apr 2012 14:36:09 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 95896 invoked by uid 99); 24 Apr 2012 14:36:09 -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 14:36:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2012 14:36:08 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 18A3A23889BB; Tue, 24 Apr 2012 14:35:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1329743 - /db/derby/docs/branches/10.7/src/devguide/cdevspecialtfrestr.dita Date: Tue, 24 Apr 2012 14:35:48 -0000 To: derby-commits@db.apache.org From: chaase3@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120424143548.18A3A23889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chaase3 Date: Tue Apr 24 14:35:47 2012 New Revision: 1329743 URL: http://svn.apache.org/viewvc?rev=1329743&view=rev Log: DERBY-5372 Need to document that the != and <> operators are pushed into Restricted table functions (once the work on DERBY-5369 wraps up) Merged DERBY-5372.diff to 10.7 docs branch from trunk revision 1164125. Modified: db/derby/docs/branches/10.7/src/devguide/cdevspecialtfrestr.dita Modified: db/derby/docs/branches/10.7/src/devguide/cdevspecialtfrestr.dita URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.7/src/devguide/cdevspecialtfrestr.dita?rev=1329743&r1=1329742&r2=1329743&view=diff ============================================================================== --- db/derby/docs/branches/10.7/src/devguide/cdevspecialtfrestr.dita (original) +++ db/derby/docs/branches/10.7/src/devguide/cdevspecialtfrestr.dita Tue Apr 24 14:35:47 2012 @@ -186,6 +186,8 @@ constants:

< <= = +!= +<> > >= IS NULL