diff Framework/PostgreSQL/PostgreSQLResult.h @ 46:6a574d810b98

Compatibility with MySQL 8.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Jul 2018 12:27:40 +0200
parents 7cea966b6829
children 714c5d2bee76
line wrap: on
line diff
--- a/Framework/PostgreSQL/PostgreSQLResult.h	Tue Jul 17 08:50:53 2018 +0200
+++ b/Framework/PostgreSQL/PostgreSQLResult.h	Wed Jul 18 12:27:40 2018 +0200
@@ -46,10 +46,7 @@
   public:
     explicit PostgreSQLResult(PostgreSQLStatement& statement);
 
-    ~PostgreSQLResult()
-    {
-      Clear();
-    }
+    ~PostgreSQLResult();
 
     void Next();