Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] Tweaks for Catalog Support in Connectivity

Hey all,

I've recently committed a fix that addresses some things I overlooked when
adding support for Catalog objects.  This fixes a problem with the column
label decorator.

I've also fixed a bug that prevented the data type from being set if a DB
used a different term for a generically supported type (e.g. int4 vs.
INTEGER).  These are now defaulted to the generic type if a match to the
JDBC type is found.

Rob



Back to the top