Return-Path: Delivered-To: apmail-db-ddlutils-dev-archive@www.apache.org Received: (qmail 26167 invoked from network); 9 Nov 2005 21:39:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Nov 2005 21:39:29 -0000 Received: (qmail 35427 invoked by uid 500); 9 Nov 2005 21:39:25 -0000 Delivered-To: apmail-db-ddlutils-dev-archive@db.apache.org Received: (qmail 35310 invoked by uid 500); 9 Nov 2005 21:39:25 -0000 Mailing-List: contact ddlutils-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ddlutils-dev@db.apache.org Delivered-To: mailing list ddlutils-dev@db.apache.org Received: (qmail 35285 invoked by uid 99); 9 Nov 2005 21:39:24 -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; Wed, 09 Nov 2005 13:39:24 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id A7B0322C for ; Wed, 9 Nov 2005 22:39:03 +0100 (CET) Message-ID: <1967594962.1131572343684.JavaMail.jira@ajax.apache.org> Date: Wed, 9 Nov 2005 22:39:03 +0100 (CET) From: "Thomas Dudziak (JIRA)" To: ddlutils-dev@db.apache.org Subject: [jira] Commented: (DDLUTILS-33) Error while instanciating a JdbcModelReader with MySQL (4.1) In-Reply-To: <1930034453.1129887352484.JavaMail.jira@ajax.apache.org> 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/DDLUTILS-33?page=comments#action_12357146 ] Thomas Dudziak commented on DDLUTILS-33: ---------------------------------------- +1, it would make sense to add a convenience method for these tasks just like there are already convenience methods for the insert/delete/update SQL statements > Error while instanciating a JdbcModelReader with MySQL (4.1) > ------------------------------------------------------------ > > Key: DDLUTILS-33 > URL: http://issues.apache.org/jira/browse/DDLUTILS-33 > Project: DdlUtils > Type: Bug > Environment: MySQL > Reporter: Xavier TROUSSICOT > Assignee: Thomas Dudziak > > I get the following error : > java.sql.SQLException: Can't read dir of '.\%\' (Errcode: 2) > The following changes in JdbcModelReader bypass the problem : > /** The database catalog to read. */ > private String catalog = ""; > /** The database schema to read. */ > private String schema = ""; -- 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