diff Framework/MySQL/MySQLStatement.cpp @ 214:ab96698c73a3

removed useless information about read-only in ITransaction and IPrecompiledStatement
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Mar 2021 13:56:26 +0100
parents 3236894320d6
children b97a537f4613
line wrap: on
line diff
--- a/Framework/MySQL/MySQLStatement.cpp	Wed Mar 24 15:59:23 2021 +0100
+++ b/Framework/MySQL/MySQLStatement.cpp	Thu Mar 25 13:56:26 2021 +0100
@@ -348,7 +348,6 @@
   MySQLStatement::MySQLStatement(MySQLDatabase& db,
                                  const Query& query) :
     db_(db),
-    readOnly_(query.IsReadOnly()),
     statement_(NULL),
     formatter_(Dialect_MySQL)
   {