Data type of empty string has changed

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mika
Posts: 20
Joined: Thu 08 May 2014 06:15

Data type of empty string has changed

Post by mika » Tue 09 Feb 2021 12:44

Hi,
We are currently using UniDAC 8.0.1 in our production enviroment.
I have in my development 8.3.2 - compiled from sources. delphi 10.3.1
In my development environment for example query select id, name, '' as addtionalname from table ...
produces additionalname as TMemofield while with application compiled with unidac 8.0.1 it's string field.
Is there an option to change this behaviour?

I'm using ODBC provider with Actian ZEN db.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Data type of empty string has changed

Post by MaximG » Fri 12 Feb 2021 14:35

Thank you for the message. Please compose and send us a small sample using the e-support form https://www.devart.com/company/contactform.html

Post Reply