Page 1 of 1

Bug with data type text on postgres

Posted: Wed 25 May 2022 19:43
by zrfisaac
Hi!
When I create a new table

Code: Select all

CREATE TABLE IF NOT EXISTS public.SAMPLE
(
    NAME character varying(100) NOT NULL,
    VALUE text 
);
and then use the TSimpleDataSet component with the new drive version
the value from field "VALUE" is written with the value from "NAME"
this only happens because the field is text and delphi recognize as widestring
this works fine on the version 2.1.3 but crash on the version 5.1.1

Re: Bug with data type text on postgres

Posted: Fri 27 May 2022 10:03
by evgeniym
Hi!

Unfortunately, we were unable to reproduce the issue.
Kindly send us an sample that uses dbExpress Driver for PostgreSQL and demonstrates incorrect behavior.
Please use the form on our website to send it: https://devart.com/company/contactform.html

Regards,
Evgeniy