diff Framework/MySQL/MySQLDatabase.h @ 60:412e30336847

allowing dollars and underscores in MySQL database identifiers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Nov 2018 15:06:08 +0100
parents 6a574d810b98
children 714c5d2bee76
line wrap: on
line diff
--- a/Framework/MySQL/MySQLDatabase.h	Sun Oct 28 12:29:22 2018 +0100
+++ b/Framework/MySQL/MySQLDatabase.h	Mon Nov 19 15:06:08 2018 +0100
@@ -92,6 +92,6 @@
 
     static void GlobalFinalization();
 
-    static bool IsAlphanumericString(const std::string& s);
+    static bool IsValidDatabaseIdentifier(const std::string& s);
   };
 }