Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 28238 invoked from network); 4 Feb 2009 15:50:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2009 15:50:23 -0000 Received: (qmail 5960 invoked by uid 500); 4 Feb 2009 15:50:22 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 5937 invoked by uid 500); 4 Feb 2009 15:50:22 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 5928 invoked by uid 99); 4 Feb 2009 15:50:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 07:50:22 -0800 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; Wed, 04 Feb 2009 15:50:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B78B8234C48C for ; Wed, 4 Feb 2009 07:49:59 -0800 (PST) Message-ID: <782142348.1233762599750.JavaMail.jira@brutus> Date: Wed, 4 Feb 2009 07:49:59 -0800 (PST) From: "Kim Haase (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-4049) SELECT statement topic in Reference Manual should reflect current WHERE clause behavior MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org SELECT statement topic in Reference Manual should reflect current WHERE clause behavior --------------------------------------------------------------------------------------- Key: DERBY-4049 URL: https://issues.apache.org/jira/browse/DERBY-4049 Project: Derby Issue Type: Bug Components: Documentation Affects Versions: 10.4.2.0 Reporter: Kim Haase Currently, according to DERBY-4045, SELECT statements do not allow WHERE clauses in subqueries. This behavior may need to change, but in the meantime the documentation should reflect the current situation. The SELECT statement topic in the Reference Manual is rrefsqlj41360.dita. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.