]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cdr_pgsql: Use PQescapeStringConn for escaping names. 40/440/1
authorRodrigo Ramírez Norambuena <decipher.hk@gmail.com>
Sat, 2 May 2015 04:43:22 +0000 (00:43 -0400)
committerRodrigo Ramirez Norambuena <decipher.hk@gmail.com>
Tue, 12 May 2015 13:16:15 +0000 (08:16 -0500)
commit4c0eb9d4fbd02ecaa0b634cbd2877218c344ccc2
treed3f64c5b9fd026beb3908dd3b1aec40fda32fa03
parentcc39cfa2132d10629a455e4f93ba34c2d97d734d
cdr_pgsql: Use PQescapeStringConn for escaping names.

Use function PQescapeStringConn for escaping the name
of the table and schema instead of doing it manually.

Change-Id: I6709165e2d00463e9c813d24f17830ad4910b599
cdr/cdr_pgsql.c