Git commit 2002b62058ad7069681d0aa7cb03b0cd80e099b6 by Adam Pigg.
Committed on 23/08/2013 at 07:36.
Pushed by piggz into branch 'calligra/2.7'.
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 2002b62058ad706 9681d0aa7cb03b0 cd80e099b6 by Adam Pigg.
Committed on 23/08/2013 at 07:36.
Pushed by piggz into branch 'calligra/2.7'.
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/ 2002b62058ad706 9681d0aa7cb03b0 cd80e099b6