Page 1 of 1

EnableFMTBCD bug in version 11.4.1

Posted: Mon 15 Mar 2021 11:30
by dados
Hi,

This will cause AV for me

Session.Options.EnableFMTBCD := true;

create table number_test_tbl (range_low number)
insert into number_test_tbl values (0.01)
select * from number_test_tbl <---- AV here

Tested using ODAC 11.4.1 for
Delphi 10.2 and Delphi 10.4.2 both 32/64bit and on Oracle 12c and 19c Cloud and with direct and instant client win64 v19.9

Downgraded to ODAC 11.3.2 and it works fine

Re: EnableFMTBCD bug in version 11.4.1

Posted: Tue 16 Mar 2021 11:43
by MaximG
Thank you for the information. We have reproduced the issue and will investigate its origin. We will inform you about the results shortly.

Re: EnableFMTBCD bug in version 11.4.1

Posted: Fri 19 Mar 2021 08:20
by MaximG
We've reproduced the issue and fixed it. The fix will be included in the next build of our product. As a workaround, we can send you a night ODAC build including the required changes. For this provide us with your license number and IDE version you are interested in For your convenience, please use the e-support form https://www.devart.com/company/contactform.html

Re: EnableFMTBCD bug in version 11.4.1

Posted: Fri 19 Mar 2021 09:50
by dados
Thanks

Re: EnableFMTBCD bug in version 11.4.1

Posted: Mon 19 Jul 2021 11:44
by MaximG
Kindly note that have released a new version of ODAC that contains the fix: https://www.devart.com/odac/download.html

Re: EnableFMTBCD bug in version 11.4.1

Posted: Tue 20 Jul 2021 10:19
by dados
Excellent, thanks