comparison Framework/MySQL/MySQLTransaction.cpp @ 46:6a574d810b98

Compatibility with MySQL 8.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Jul 2018 12:27:40 +0200
parents 9e419261f1c9
children 714c5d2bee76
comparison
equal deleted inserted replaced
44:95f0f57f8920 46:6a574d810b98
50 { 50 {
51 db_.Execute("ROLLBACK", false); 51 db_.Execute("ROLLBACK", false);
52 } 52 }
53 catch (Orthanc::OrthancException&) 53 catch (Orthanc::OrthancException&)
54 { 54 {
55 // Ignore possible exceptions due to connection loss
55 } 56 }
56 } 57 }
57 } 58 }
58 59
59 60