aboutsummaryrefslogtreecommitdiff
path: root/editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxcursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxcursor.cpp')
-rw-r--r--editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxcursor.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxcursor.cpp b/editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxcursor.cpp
deleted file mode 100644
index 65ded10e000d..000000000000
--- a/editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxcursor.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- kexi/kexidb/drivers/pqxx/pqxxcursor.cpp.orig Sun Feb 11 16:45:47 2007
-+++ kexi/kexidb/drivers/pqxx/pqxxcursor.cpp Sun Feb 11 16:50:26 2007
-@@ -155,7 +155,7 @@
- m_implicityStarted = true;
- }
-
-- m_res = new pqxx::result(((pqxxSqlConnection*)connection())->m_trans->data->exec(m_sql.utf8()));
-+ m_res = new pqxx::result(((pqxxSqlConnection*)connection())->m_trans->data->exec(m_sql.utf8().data()));
- ((pqxxSqlConnection*)connection())
- ->drv_commitTransaction(((pqxxSqlConnection*)connection())->m_trans);
- // my_conn->m_trans->commit();