Revision 2002b62...

Go back to digest for 25th August 2013

Bug Fixes in Office

Adam Pigg committed changes in [calligra/calligra/2.7] kexi/kexidb/drivers/pqxx/pqxxdriver.cpp:

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/
\' \'

File Changes

Modified 1 files
  • kexi/kexidb/drivers/pqxx/pqxxdriver.cpp
1 files changed in total