Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 58915 invoked from network); 25 Oct 2005 13:48:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Oct 2005 13:48:00 -0000 Received: (qmail 24280 invoked by uid 500); 25 Oct 2005 13:46:52 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 23378 invoked by uid 500); 25 Oct 2005 13:46:45 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 22879 invoked by uid 99); 25 Oct 2005 13:46:42 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2005 06:46:40 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 188D4235 for ; Tue, 25 Oct 2005 15:46:04 +0200 (CEST) Message-ID: <551936409.1130247964098.JavaMail.jira@ajax.apache.org> Date: Tue, 25 Oct 2005 15:46:04 +0200 (CEST) From: "Helma van der Linden (JIRA)" To: dev@cocoon.apache.org Subject: [jira] Closed: (COCOON-490) Support for JDBC Array in SQLTransformer Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/COCOON-490?page=all ] Helma van der Linden closed COCOON-490: --------------------------------------- Resolution: Fixed > Support for JDBC Array in SQLTransformer > ---------------------------------------- > > Key: COCOON-490 > URL: http://issues.apache.org/jira/browse/COCOON-490 > Project: Cocoon > Type: Improvement > Components: - Components: Avalon > Versions: 2.0.5-dev (Current CVS) > Environment: Operating System: All > Platform: All > Reporter: Kjetil Kjernsmo > Assignee: Cocoon Developers Team > Priority: Minor > > I'd like to see the SQLTransformer add some meaningful markup to arrays. > If i have understood it correctly, arrays are part of SQL3, and has been > implemented in JDBC, see > http://java.sun.com/j2se/1.3/docs/guide/jdbc/getstart/mapping.html#1037699 > Some database vendors, for example PostgreSQL have their own Array > implementation. While it isn't quite clear from the PostgreSQL docs how their > JDBC-driver handles this, it seems to be mapping to the Java Array type. > I have experimented with the PostgreSQL Arrays, and the serialized XML looks > like this: > xmlns="http://apache.org/cocoon/SQL/2.0">1Test11{Testerarr,merarray} > ... > the stuff enclosed in curly brackets is an array. > It would have been nice if this had been broken up, for example like this: > > > 1 > Test11 > > Testerarr > merarray > > ... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira