summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorRodrigo Ramírez Norambuena <a@rodrigoramirez.com>2017-09-19 07:22:50 -0300
committerRodrigo Ramirez Norambuena <a@rodrigoramirez.com>2017-09-21 11:26:57 -0500
commit365003a444b1b8c710b991d5dfec6fb6f49dc7c5 (patch)
tree02edaaed42a4643e779c3c7d05f1ea626fb7501a /channels
parented424f6cad4d866eb8a2b000005bb4cb4d50f59a (diff)
res_config_pgsql: Fix removed support to previous for versions PostgreSQL 9.1
In PostgreSQL 9.1 the backslash are string literals and not the escape of characters. In previous issue ASTERISK_26057 was fixed the use of escape LIKE but the support for old version of Postgresql than 9.1 was dropped. The sentence before make was "ESCAPE '\'" but in version before than 9.1 need it to be as follow "ESCAPE '\\'". ASTERISK-27283 Change-Id: I96d9ee1ed7693ab17503cb36a9cd72847165f949
Diffstat (limited to 'channels')
0 files changed, 0 insertions, 0 deletions