Page 1 of 2

TLargeintField not being used

Posted: Sun 03 Jan 2010 21:35
by Wade
Delphi 2009
FB 2.1
DBXIDA 2.50.20

BIGINT Fields are being represented as TFmtBCDField

How do I make DBXIDA create them as TLargeintField?

Posted: Fri 15 Jan 2010 08:59
by Plash
DbxIda does not use TLargeintField because there were problems with this field type in dbExpress (in older Delphi versions).

Posted: Sat 16 Jan 2010 05:26
by Wade
While I understand the historical issue, this is not a great reason to go forward without using TLargeIntField... Surely it is more efficient than TFmtBCDField.

For later versions of Delphi, why not have a DBXIDA parameter that tells it to use largeint fields rather than fmtbcd... That way the "better" field type can be used going forward while not breaking applicaions that are being ported from legacy delphi versions?

Posted: Mon 18 Jan 2010 09:54
by Plash
We will add the EnableLargeint driver option to the next build.

Posted: Tue 19 Jan 2010 18:47
by joedbat
I like to suggest to add this feature to PostgreSQL driver, also.

Posted: Wed 20 Jan 2010 08:35
by Plash
We will add the EnableLargeint option to the next build of PostgreSQL driver.

Posted: Sun 24 Jan 2010 06:37
by Wade
Can you give me an approximate time frame for the release with LargeInt field support please.

Posted: Mon 25 Jan 2010 08:18
by Plash
We are planning to release the new build in two weeks.

Posted: Mon 08 Feb 2010 01:00
by Wade
Further to this, it needs to support "AsLargeInt" parameters as well as LargeInt fields, otherwise the 64bit integer support won't fully work.

Posted: Mon 08 Feb 2010 09:06
by Plash
We'll add the support for ftLargeInt parameters in the next build.

Posted: Mon 22 Feb 2010 23:31
by Wade
It's been 4 weeks (2 weeks past the expected data for an update) - can you give an updated expectation for a new release with support for LargeInt fields and parameters?

Posted: Wed 24 Feb 2010 11:01
by Dimon
The next DbxIda build will be released in the course of the next week.

Posted: Tue 16 Mar 2010 06:50
by Wade
It's another 2 weeks past the "new" expected date for an update - can you give an updated expectation for a new release with support for LargeInt fields and parameters?

Posted: Fri 19 Mar 2010 12:31
by Challenger
We have released new build of DbxIda.

Posted: Fri 19 Mar 2010 20:46
by Wade
Are you sure version 2.50.21 has support for LargeInt fields?

Your Readme.html makes no mention of it's availability or how to use it and refers ONLY OptimizedNumerics and EnableBCD. As best as I can see, the only change in Readme.html is the copyright date on the last line.

Please explain.