You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by Axel Klocke <ad...@sertec-si.com> on 2006/08/02 13:34:32 UTC

RV: ddlUtils, Informix

Hi there  :

the ddlUtils homepages says that Informix is not supported.

- Is there any ongoing development to support Informix in the future?
- What classes would I have to adapt/derive to implement myself the Informix
adapter?

Thanks
Axel Klocke


Re: RV: ddlUtils, Informix

Posted by Thomas Dudziak <to...@gmail.com>.
On 8/2/06, Axel Klocke <ad...@sertec-si.com> wrote:

> the ddlUtils homepages says that Informix is not supported.
>
> - Is there any ongoing development to support Informix in the future?

Informix support is planned for the 1.1 version.

> - What classes would I have to adapt/derive to implement myself the Informix
> adapter?

The general idea is to make all tests run. Bascially, this means
implementing a sql builder, a model reader (for reading a database
model from a live database) and the platform, and wiring them (an
entry in the platform factory). Have a look at one of the other
platform subdirectories and you'll get the idea :-)

Tom