Hi,
According to PG documentation, see this:
http://www.postgresql.org/docs/8.2/stat ... AX-STRINGS
PostgreSQL is going to stop tolerate escaping characters in literal strings. Currently I got warnings about this (nonstandard using of backslash as escaping character) and that's ok, but soon...
Anyway, are you aware about this new PG behaviour?
Plamen
PostgreSQL and character escaping
Moderators: gto, cipto_kh, EgonHugeist
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
Hi Plamen,
I was not aware. And as there's not much PG activity in the team for the moment I suppose nobody is going to look at it soon.
I don't know if we explicitly use this way to escape strings for the PG drivers in Zeoslib. If you think you can check and test this, please do so.
Of course, this information is important for the pure zeoslib user as well.
To everybody using PG : make sure your newly written queries use the new rules of string escaping.
I was not aware. And as there's not much PG activity in the team for the moment I suppose nobody is going to look at it soon.
I don't know if we explicitly use this way to escape strings for the PG drivers in Zeoslib. If you think you can check and test this, please do so.
Of course, this information is important for the pure zeoslib user as well.
To everybody using PG : make sure your newly written queries use the new rules of string escaping.