Page 1 of 1

Bug Zeos 2005-10-13, Postgresql and \

Posted: 16.10.2005, 08:22
by edsoft
Hi, recently I started to download and test the cvs builds and find the next problem with postgresql:
I have a string fields which store windows paths, and looks like the recent zeos builds can't deal with a \ in the field, and treat like an escape character. With the old 6.5.1 alpha I never have this problem.
(with inserts and updates, as expected, I must replace all the \ with \\ in order to treat it like a literal , but the odd behaviour appears in select querys)
Thanks in advance for the help