Thomas Dudziak wrote:
On 12/22/05, Andre Berten <[EMAIL PROTECTED]> wrote:
i tried ddlutils with Firebird (2.0 Beta) today and found a bug in the
BIGINT type conversion for Firebird (SVN from today). The jdbc type
BIGINT is converted to the database type DECIMAL(38,0). Firebird does
support DECIMAL (and NUMERIC) with a maximum precision of 18.
NUMERIC(18,0) or DECIMAL(18,0) should work fine as a conversion of
BIGINT. The NUMERIC and DECIMAL types did not change since InterBase
6.0, so this should work for InterBase 6.0 too. Since Firebird 1.5 there
is also the native BIGINT type.
I hope this helps.
Thanks, yes it helps, but could you add an issue for that in JIRA ?
Makes it easier to track necessary changes/fixes :-)
Tom
Done it!
Andre