Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 37584 invoked from network); 3 Mar 2009 20:49:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2009 20:49:17 -0000 Received: (qmail 14986 invoked by uid 500); 3 Mar 2009 20:49:17 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 14953 invoked by uid 500); 3 Mar 2009 20:49:17 -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 14944 invoked by uid 99); 3 Mar 2009 20:49:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 12:49:17 -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; Tue, 03 Mar 2009 20:49:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3BD1D234C4B4 for ; Tue, 3 Mar 2009 12:48:56 -0800 (PST) Message-ID: <1543810301.1236113336244.JavaMail.jira@brutus> Date: Tue, 3 Mar 2009 12:48:56 -0800 (PST) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-4078) Document the SQL Standard routine matching rules which Derby now supports In-Reply-To: <518204974.1236022256171.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-4078: --------------------------------- Derby Info: [Patch Available] > Document the SQL Standard routine matching rules which Derby now supports > ------------------------------------------------------------------------- > > Key: DERBY-4078 > URL: https://issues.apache.org/jira/browse/DERBY-4078 > Project: Derby > Issue Type: Improvement > Components: Documentation > Affects Versions: 10.5.0.0 > Reporter: Rick Hillegas > Assignee: Rick Hillegas > Fix For: 10.5.0.0 > > Attachments: derby-4078-01-aa-refGuide.diff, derby-4078-01-aa-refGuide.tar > > > The Reference Guide should explain the method resolution rules for functions and procedures. The full rules are described in the SignatureMapping.html webpage attached to DERBY-3652. At this point, Derby implements those rules for the datatypes which Derby supports, except for LOB arguments. That exception may be largely lifted as a result of the work being done on DERBY-4066. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.