[libgda: 6/17] DB: Using new API in implementation



commit 4240f3d725db598b9d4e35a5e3ed6ba346134b0b
Author: Pavlo Solntsev <p sun fun gmail com>
Date:   Mon Mar 18 22:21:34 2019 -0500

    DB: Using new API in implementation

 libgda/gda-db-catalog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgda/gda-db-catalog.c b/libgda/gda-db-catalog.c
index baa40bdbb..5e7d0c102 100644
--- a/libgda/gda-db-catalog.c
+++ b/libgda/gda-db-catalog.c
@@ -917,7 +917,7 @@ gda_db_catalog_perform_operation (GdaDbCatalog *self,
   if (st) {
   /*TODO: add update option for views */
     for (it = priv->mp_views; it; it = it->next) {
-        st = gda_db_view_create (it->data, priv->cnc, error);
+        st = gda_db_view_create (it->data, priv->cnc, TRUE, error);
         if (!st) {
           break;
         }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]