Re: posgresql escaping in Kexi

2013-04-10 Thread Jaroslaw Staniek
A possible patch: --- a/kexi/kexidb/drivers/pqxx/pqxxdriver.cpp +++ b/kexi/kexidb/drivers/pqxx/pqxxdriver.cpp @@ -142,7 +142,7 @@ QString pqxxSqlDriver::escapeString(const QString& str) const // .replace('"', "\\\"") // + QString::fromLatin1("'"); -return QString::fromLatin1

posgresql escaping in Kexi

2013-04-10 Thread Jaroslaw Staniek
Hello Adam, There's a follow up for this fix: http://quickgit.kde.org/?p=calligra.git&a=commitdiff&h=1aa2d7a46db32ed4130cd64979616972fb52fb74&hp=89f99ca3885fe7604777f4dfc0d7964a9d9d2fd8 please see http://forum.kde.org/viewtopic.php?f=221&t=110765&p=262863 As noted on the forum we may need replac