Git commit a1ad4ceb78a8f72ddf3015910f0886acbb150283 by Adam Pigg.
Committed on 23/08/2013 at 07:36.
Pushed by piggz into branch 'calligra/2.6'.
Fixed postgresql escaping
properly escape the ' character with \'
re-ordered the escape order so that \' isnt double escaped to \\'
tested with the following strings
hi
hi's
'hi'
\o/ hi \o/
\' \'
Git commit a1ad4ceb78a8f72 ddf3015910f0886 acbb150283 by Adam Pigg.
Committed on 23/08/2013 at 07:36.
Pushed by piggz into branch 'calligra/2.6'.
Fixed postgresql escaping
properly escape the ' character with \'
re-ordered the escape order so that \' isnt double escaped to \\'
tested with the following strings
hi
hi's
'hi'
\o/ hi \o/
\' \'
M +2 -2 kexi/kexidb/ drivers/ pqxx/pqxxdriver .cpp
http:// commits. kde.org/ calligra/ a1ad4ceb78a8f72 ddf3015910f0886 acbb150283