comparison OrthancFramework/Sources/Enumerations.cpp @ 4623:95ffe3b6ef7c db-changes

handling of revisions for metadata
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Apr 2021 17:13:03 +0200
parents de5e6b04442d
children 521e39b3f2c0
comparison
equal deleted inserted replaced
4622:9086aeb9d9d2 4623:95ffe3b6ef7c
189 189
190 case ErrorCode_DatabaseCannotSerialize: 190 case ErrorCode_DatabaseCannotSerialize:
191 return "Database could not serialize access due to concurrent update, the transaction should be retried"; 191 return "Database could not serialize access due to concurrent update, the transaction should be retried";
192 192
193 case ErrorCode_Revision: 193 case ErrorCode_Revision:
194 return "A bad revision number was provided, indicates conflict between multiple updates"; 194 return "A bad revision number was provided, which might indicate conflict between multiple writers";
195 195
196 case ErrorCode_SQLiteNotOpened: 196 case ErrorCode_SQLiteNotOpened:
197 return "SQLite: The database is not opened"; 197 return "SQLite: The database is not opened";
198 198
199 case ErrorCode_SQLiteAlreadyOpened: 199 case ErrorCode_SQLiteAlreadyOpened: