aboutsummaryrefslogtreecommitdiff
path: root/editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxconnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxconnection.cpp')
-rw-r--r--editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxconnection.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxconnection.cpp b/editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxconnection.cpp
deleted file mode 100644
index 3b6ac0bea559..000000000000
--- a/editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxconnection.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- kexi/kexidb/drivers/pqxx/pqxxconnection.cpp.orig Sun Feb 11 16:58:22 2007
-+++ kexi/kexidb/drivers/pqxx/pqxxconnection.cpp Sun Feb 11 16:58:53 2007
-@@ -277,7 +277,7 @@
- // m_trans = new pqxx::nontransaction(*m_pqxxsql);
- // KexiDBDrvDbg << "About to execute" << endl;
- //Create a result object through the transaction
-- d->res = new pqxx::result(m_trans->data->exec(statement.utf8()));
-+ d->res = new pqxx::result(m_trans->data->exec(statement.utf8().data()));
- // KexiDBDrvDbg << "Executed" << endl;
- //Commit the transaction
- if (implicityStarted) {