diff Framework/SQLite/SQLiteDatabase.h @ 237:35598014f140

refactoring to remove GlobalProperties.cpp
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Apr 2021 19:09:04 +0200
parents b40b30075c51
children 16aac0287485
line wrap: on
line diff
--- a/Framework/SQLite/SQLiteDatabase.h	Thu Apr 08 12:00:01 2021 +0200
+++ b/Framework/SQLite/SQLiteDatabase.h	Thu Apr 08 19:09:04 2021 +0200
@@ -53,11 +53,6 @@
     }
 
     void Execute(const std::string& sql);
-
-    bool DoesTableExist(const std::string& table)
-    {
-      return connection_.DoesTableExist(table.c_str());
-    }
     
     int64_t GetLastInsertRowId() const
     {