Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0569A9C79 for ; Fri, 27 Jan 2012 17:34:38 +0000 (UTC) Received: (qmail 28016 invoked by uid 500); 27 Jan 2012 17:34:37 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 27586 invoked by uid 500); 27 Jan 2012 17:34:36 -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 27563 invoked by uid 99); 27 Jan 2012 17:34:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jan 2012 17:34:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jan 2012 17:34:35 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 14A6B135F0F for ; Fri, 27 Jan 2012 17:34:15 +0000 (UTC) Date: Fri, 27 Jan 2012 17:34:15 +0000 (UTC) From: "Steve Ferguson (Issue Comment Edited) (JIRA)" To: derby-dev@db.apache.org Message-ID: <2043796124.1003.1327685655086.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1378737677.70747.1303326425757.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Issue Comment Edited] (DERBY-5201) Create tools for reading the contents of the seg0 directory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-5201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13194936#comment-13194936 ] Steve Ferguson edited comment on DERBY-5201 at 1/27/12 5:33 PM: ---------------------------------------------------------------- Thanks very much for this. 2 pieces of feedback. If I provide a data signature, and a row contains a column with a null value, and Exception is thrown and the program exits. I put a try catch ignore Throwable block around dvd.readExternalFromArray( is ); to circumvent this. I think it would nice if a data signature is present to add an XML element to output the name of the column in addition to its index. I also found this link helpful in conjunction with the tool to query out my ddl to pass into the tool as a data signature for tables with lots of columns. http://wiki.apache.org/db-derby/ListTableColumns was (Author: sferguson): Thanks very much for this. 2 pieces of feedback. If I provide a data signature, and a row contains a column with a null value, and Exception is thrown and the program exists. I put a try catch ignore Throwable block around dvd.readExternalFromArray( is ); to circumvent this. I think it would nice if a data signature is present to add an XML element to output the name of the column in addition to its index. I also found this link helpful in conjunction with the tool to query out my ddl to pass into the tool as a data signature for tables with lots of columns. http://wiki.apache.org/db-derby/ListTableColumns > Create tools for reading the contents of the seg0 directory > ----------------------------------------------------------- > > Key: DERBY-5201 > URL: https://issues.apache.org/jira/browse/DERBY-5201 > Project: Derby > Issue Type: Task > Components: Tools > Affects Versions: 10.9.0.0 > Reporter: Rick Hillegas > Attachments: DataFileReader.java, DataFileReader.java > > > It would be nice to have tools which read Derby data files (the files in the seg0 directory) without disturbing their contents. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira