You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-user@db.apache.org by Wilfred Springer <wi...@tomtom.com> on 2006/03/24 07:36:20 UTC

HsqlDbBuilder Patch

Hi all,

I'm not entirely sure if you would call this a bug, but according to the
HSQLDB documentation
http://www.hsqldb.org/doc/guide/ch09.html#create_index-section ,
creating unique indexes is deprecated. If you *do* create unique
indexes, then you will out that HSQLDB does not support foreign keys to
tables with unique indexes spanning multiple columns. However, if you
use the alter table statement to add a unique constraint, then all works
out fine. 

This has been haunting me for a day, so I created a fix for it. (Find
the patch file in the attachment.) It would be great if this could go
into the main trunk.

Thanks,

Wilfred

Wilfred Springer | Software Architect | TomTom |
wilfred.springer@tomtom.com