[patch_done] Zeos trunk Postgres "\"
Moderators: gto, EgonHugeist, olehs
-
- Expert Boarder
- Posts: 158
- Joined: 06.11.2005, 01:43
[patch_done] Zeos trunk Postgres "\"
I have a table in Postgres database and one of the columns contains "\". If I use PGAdmin I can see "\" but if I read this table using Zeos I don't see "\". But if I change "\" to "\\" then I can see "\" using Zeos.
I thought this problem was fixed long back, but it looks like it is back. I am using DelphiXE with update 1.
Regards
Sandeep
I thought this problem was fixed long back, but it looks like it is back. I am using DelphiXE with update 1.
Regards
Sandeep
-
- Expert Boarder
- Posts: 158
- Joined: 06.11.2005, 01:43
-
- Expert Boarder
- Posts: 158
- Joined: 06.11.2005, 01:43
-
- Expert Boarder
- Posts: 158
- Joined: 06.11.2005, 01:43
-
- Expert Boarder
- Posts: 158
- Joined: 06.11.2005, 01:43
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
Hi Sandeep,
I did commit your patch (in 2 steps, revisions 855 and 856).
I guess making a test case for the zeoslib test suite (bugreport part) is asking too much? It would make the possibility of re-introducing this bug again smaller. I suppose the test can be universal : all compilers and all databases should be able to store a "\" string into a blob and read it again.
Mark
I did commit your patch (in 2 steps, revisions 855 and 856).
I guess making a test case for the zeoslib test suite (bugreport part) is asking too much? It would make the possibility of re-introducing this bug again smaller. I suppose the test can be universal : all compilers and all databases should be able to store a "\" string into a blob and read it again.
Mark
-
- Expert Boarder
- Posts: 158
- Joined: 06.11.2005, 01:43