Mercurial > hg > orthanc-databases
comparison Framework/PostgreSQL/PostgreSQLParameters.cpp @ 496:4a76aca03774
fixed uninitialized variable PostgreSQL::isolationMode_
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 02 Apr 2024 20:21:04 +0200 |
parents | ff84104f7842 |
children | 8e6a95629a22 |
comparison
equal
deleted
inserted
replaced
495:7774958d2a02 | 496:4a76aca03774 |
---|---|
41 ssl_ = false; | 41 ssl_ = false; |
42 lock_ = true; | 42 lock_ = true; |
43 maxConnectionRetries_ = 10; | 43 maxConnectionRetries_ = 10; |
44 connectionRetryInterval_ = 5; | 44 connectionRetryInterval_ = 5; |
45 isVerboseEnabled_ = false; | 45 isVerboseEnabled_ = false; |
46 isolationMode_ = IsolationMode_Serializable; | |
46 } | 47 } |
47 | 48 |
48 | 49 |
49 PostgreSQLParameters::PostgreSQLParameters() | 50 PostgreSQLParameters::PostgreSQLParameters() |
50 { | 51 { |