[libgda] Removed compilation warnings due to the SQLite version used
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Removed compilation warnings due to the SQLite version used
- Date: Tue, 24 Jan 2012 17:44:48 +0000 (UTC)
commit 59a05da9eeef9c09270efca61a132ebb0be04897
Author: Vivien Malerba <malerba gnome-db org>
Date: Tue Jan 24 18:34:30 2012 +0100
Removed compilation warnings due to the SQLite version used
which do not have xSavepoint, xRelease and xRollbackTo
methods
libgda/sqlite/virtual/gda-vprovider-data-model.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/libgda/sqlite/virtual/gda-vprovider-data-model.c b/libgda/sqlite/virtual/gda-vprovider-data-model.c
index 3266c37..9dd1578 100644
--- a/libgda/sqlite/virtual/gda-vprovider-data-model.c
+++ b/libgda/sqlite/virtual/gda-vprovider-data-model.c
@@ -242,9 +242,6 @@ static sqlite3_module Module = {
virtualRollback, /* xRollback - rollback transaction */
NULL, /* xFindFunction - function overloading */
virtualRename, /* Rename - Notification that the table will be given a new name */
- NULL, /* xSavepoint */
- NULL, /* xRelease */
- NULL /* xRollbackTo */
};
/*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]