ODAC 9.6.x DML array - no support for ftBoolean type?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
tswedrowski
Posts: 9
Joined: Mon 16 Mar 2015 12:58

ODAC 9.6.x DML array - no support for ftBoolean type?

Post by tswedrowski » Mon 21 Dec 2015 12:05

Hello.
I have noticed that in ODAC 9.6.x (I have tested 9.6.19 and 9.6.21), when I try to use DML array to insert data with variables of type ftBoolean, ftWideString, ftDateTime and ftFloat - I receive an error:
Type is not allowed in DML array

I think problem is with Boolean type.

In 9.5.x (for example 9.5.18) it worked ok - no error.

What is the source of problem? How to fix it?

Best regards,
Tomek

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: ODAC 9.6.x DML array - no support for ftBoolean type?

Post by AlexP » Tue 22 Dec 2015 11:05

Hello,

Thank you for the information. We have added support for the Boolean type in DML operations.

tswedrowski
Posts: 9
Joined: Mon 16 Mar 2015 12:58

Re: ODAC 9.6.x DML array - no support for ftBoolean type?

Post by tswedrowski » Mon 28 Dec 2015 10:49

Hello.

I assume, support for Boolean type in DML array will be available in next release.
But our licence expires in one month - will next version be officially available till that time, so we can use it?

Best regards,
Tomek

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: ODAC 9.6.x DML array - no support for ftBoolean type?

Post by AlexP » Tue 02 Feb 2016 12:21

The new version including this fix will be released today-tomorrow.

tswedrowski
Posts: 9
Joined: Mon 16 Mar 2015 12:58

Re: ODAC 9.6.x DML array - no support for ftBoolean type?

Post by tswedrowski » Wed 03 Feb 2016 13:58

I have checked newest version - 9.6.22 - and it works correctly with DML array and frBoolean type.

Thank you!

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: ODAC 9.6.x DML array - no support for ftBoolean type?

Post by AlexP » Thu 04 Feb 2016 07:16

Glad to see that the issue was resolved. If you have any further questions, feel free to contact us.

Post Reply