From ddlutils-user-return-872-apmail-db-ddlutils-user-archive=db.apache.org@db.apache.org Wed Jan 28 09:39:16 2009 Return-Path: Delivered-To: apmail-db-ddlutils-user-archive@www.apache.org Received: (qmail 80270 invoked from network); 28 Jan 2009 09:39:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jan 2009 09:39:16 -0000 Received: (qmail 65372 invoked by uid 500); 28 Jan 2009 09:39:15 -0000 Delivered-To: apmail-db-ddlutils-user-archive@db.apache.org Received: (qmail 65363 invoked by uid 500); 28 Jan 2009 09:39:15 -0000 Mailing-List: contact ddlutils-user-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ddlutils-user@db.apache.org Delivered-To: mailing list ddlutils-user@db.apache.org Received: (qmail 65352 invoked by uid 99); 28 Jan 2009 09:39:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2009 01:39:15 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tomdzk@gmail.com designates 209.85.200.173 as permitted sender) Received: from [209.85.200.173] (HELO wf-out-1314.google.com) (209.85.200.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2009 09:39:07 +0000 Received: by wf-out-1314.google.com with SMTP id 26so7944869wfd.13 for ; Wed, 28 Jan 2009 01:38:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=J9GvSV7QY+M9BSHFW++6XlOjp6i4IN/Uw3JgXGr99Jw=; b=H4vjhTUcKnaXll2DWCsdBvjo/jg9OidlqmRfafZbK5scbyVC32XOJH7rE0X9sL7KDh CxODOL/fQcZ7c4nM1a8xX/7MIsmYwTv9b+sO/tb3L1sxXGm/FzKRnxlV0FK53Y0mue/8 o86kyA92DVsuU62SkxNEwomhMq6oi67cjWBxU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Vi9MLNuFIzqKuBp7gOMPvZbCG+66za4UMs2ABYd14iz21eKCPK3+fxY4hheTJ6DrUU WdxmElScdkjhUbu3TpcsetTdGTaAQ2+Un6BEZa2XTCiSNEDhvFnEwjnkLTWMf9rpEea8 OX8gKqu7mLdROyV3QU/0ZnwHsgeyopAwuTc5c= MIME-Version: 1.0 Received: by 10.142.11.20 with SMTP id 20mr1867564wfk.197.1233135526355; Wed, 28 Jan 2009 01:38:46 -0800 (PST) In-Reply-To: <21658131.post@talk.nabble.com> References: <21658131.post@talk.nabble.com> Date: Wed, 28 Jan 2009 10:38:46 +0100 Message-ID: <224f32340901280138m70da594fv4862f126354d5f6d@mail.gmail.com> Subject: Re: Using DDLUtils with h2database From: Thomas Dudziak To: ddlutils-user@db.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Jan 26, 2009 at 12:11 AM, pmendelson2 wrote: > I would like to use ddlutils to seed and capture data from an h2 database. I > see that support for H2 is slotted for release 1.3. I also see that there > is a major 1.1 release that simplifies the dbms plugin mechanism. > > If I need to use DDLUtils with h2 today which branch should I download and > try to hack into? You should checkout trunk, and start with copying the hsqldb platform classes which should be relatively similar. The steps then would be * get the unit tests running against an H2 database * fix the broken unit tests one by one For the purpose of the above, it is easier to work with an external H2 database server instead of using it embedded. hope that helps, Tom