[libgda] Revert "Removed compilation warnings due to the SQLite version used"



commit e4ba53c578c9dc7742098fe7ecd1a3fc686dd745
Author: Vivien Malerba <malerba gnome-db org>
Date:   Tue Jan 24 18:51:13 2012 +0100

    Revert "Removed compilation warnings due to the SQLite version used"
    
    This reverts commit 59a05da9eeef9c09270efca61a132ebb0be04897.

 libgda/sqlite/virtual/gda-vprovider-data-model.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libgda/sqlite/virtual/gda-vprovider-data-model.c b/libgda/sqlite/virtual/gda-vprovider-data-model.c
index 9dd1578..3266c37 100644
--- a/libgda/sqlite/virtual/gda-vprovider-data-model.c
+++ b/libgda/sqlite/virtual/gda-vprovider-data-model.c
@@ -242,6 +242,9 @@ 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]