[glom] get_table_names_from_database(): Remove quotes.



commit 7911f9ac8c73ef9cc47a0707aa875e0774d5701d
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jun 30 18:42:17 2009 +0200

    get_table_names_from_database(): Remove quotes.
    
    * glom/base_db.cc: get_table_names_from_database(): Remove quotes when they
    are (sometimes) in the meta data. I complained on the gnome-db mailing list
    about us having to do this.

 glom/libglom/connectionpool.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom/libglom/connectionpool.cc b/glom/libglom/connectionpool.cc
index 28d7b0a..ae7a310 100644
--- a/glom/libglom/connectionpool.cc
+++ b/glom/libglom/connectionpool.cc
@@ -640,7 +640,7 @@ bool ConnectionPool::startup(const SlotProgress& slot_progress, bool network_sha
 
   //If we crash while running (unlikely, hopefully), then try to cleanup.
   //Comment this out if you want to see the backtrace in a debugger.
-  //previous_sig_handler = signal(SIGSEGV, &on_linux_signal);
+  previous_sig_handler = signal(SIGSEGV, &on_linux_signal);
 
   return true;
 }



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