comparison Framework/PostgreSQL/PostgreSQLTransaction.cpp @ 119:260fc55f10cd OrthancMySQL-2.0

cancelling changesets 116 and 117 in OrthancMySQL-2.0 branch
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Feb 2019 16:32:45 +0100
parents 569e17419eae
children
comparison
equal deleted inserted replaced
117:ca0ecd412988 119:260fc55f10cd
106 if (!statement.IsReadOnly()) 106 if (!statement.IsReadOnly())
107 { 107 {
108 readOnly_ = false; 108 readOnly_ = false;
109 } 109 }
110 110
111 return result.release(); 111 return result.release();
112 } 112 }
113 113
114 114
115 void PostgreSQLTransaction::ExecuteWithoutResult(IPrecompiledStatement& statement, 115 void PostgreSQLTransaction::ExecuteWithoutResult(IPrecompiledStatement& statement,
116 const Dictionary& parameters) 116 const Dictionary& parameters)