On 11/15/06, Laurent ROCHE <[EMAIL PROTECTED]> wrote:
I am moving a PostgreSQL database to a Derby database, and I have troubles with domains defined in Posgres. It seems there are not supported as in the xml file generated (using the ant tasks), the type is always OTHER ! Am I missing something ? Are there any plans to support this, soon ?
There is an open issue for this (http://issues.apache.org/jira/browse/DDLUTILS-84) but it is not currently targeted for a release. Domains are problematic in that they are not supported by all databases, and providing an alternative implementation so that you can use them in your XML regardless of whether the db has native support, is tricky. cheers, Tom
