comparison Framework/PostgreSQL/PostgreSQLTransaction.cpp @ 116:569e17419eae OrthancMySQL-2.0

test metrics
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Jan 2019 17:05:49 +0100
parents 714c5d2bee76
children 260fc55f10cd 4cd7e45b671e
comparison
equal deleted inserted replaced
114:fbdef0562717 116:569e17419eae
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)