[libgdamm] Connection: statement_execute_non_select(): Restore this method.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdamm] Connection: statement_execute_non_select(): Restore this method.
- Date: Tue, 29 Mar 2011 10:26:35 +0000 (UTC)
commit 218a1987ec18789e4faa7b1124086353e8c02664
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Mar 29 12:26:27 2011 +0200
Connection: statement_execute_non_select(): Restore this method.
* libgda/src/connection.hg: Correct the function name used by
statement_execute_non_select().
ChangeLog | 7 +++++++
libgda/src/connection.hg | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c8a7a3e..c1f9612 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2011-03-29 Murray Cumming <murrayc murrayc com>
+ Connection: statement_execute_non_select(): Restore this method.
+
+ * libgda/src/connection.hg: Correct the function name used by
+ statement_execute_non_select().
+
+2011-03-29 Murray Cumming <murrayc murrayc com>
+
Use libgda-5.0.
* configure.ac: Use libgda-5.0 instead of libgda-4.0.
diff --git a/libgda/src/connection.hg b/libgda/src/connection.hg
index b40a0f5..6f5714d 100644
--- a/libgda/src/connection.hg
+++ b/libgda/src/connection.hg
@@ -202,7 +202,7 @@ public:
int statement_execute_non_select(const Glib::RefPtr<const Statement>& stmt, std::auto_ptr<Glib::Error>& error);
#endif //GLIBMM_EXCEPTIONS_ENABLED
- _WRAP_METHOD(int statement_execute_non_select(const Glib::ustring& sql), gda_execute_non_select_command, errthrow)
+ _WRAP_METHOD(int statement_execute_non_select(const Glib::ustring& sql), gda_connection_execute_non_select_command, errthrow)
//TODO: Documentation:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]