change some LIKE '\\_' style queries to the sql standard LIKE '@_' ESCAPE '@' syntax...
authorxzilla <xzilla>
Sun, 24 Sep 2006 23:42:41 +0000 (23:42 +0000)
committerxzilla <xzilla>
Sun, 24 Sep 2006 23:42:41 +0000 (23:42 +0000)
commit0e9b5bcced585dbb3eff6203cc791218441abd85
treeffe1d147ab51d50b281ecf52879a44601d5433fe
parentacf1c4723fcc6b51b78494afbaa8b5cea1518b5f
change some LIKE '\\_' style queries to the sql standard LIKE '@_' ESCAPE '@' syntax, which is needed for 8.2 compatability.
Tested on 7.3 on demo server and looks like it works ok. I am sure there are others.
classes/database/Postgres73.php
classes/database/Postgres74.php
classes/plugins/Slony.php