Mercurial > hg > orthanc-databases
diff Odbc/Plugins/OdbcIndex.cpp @ 403:91124cc8a8c7 db-protobuf
database plugins are informed about the identifier tags
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 11 Apr 2023 11:10:19 +0200 |
parents | 3d6886f3e5b3 |
children | ecd0b719cff5 |
line wrap: on
line diff
--- a/Odbc/Plugins/OdbcIndex.cpp Sat Apr 08 10:26:03 2023 +0200 +++ b/Odbc/Plugins/OdbcIndex.cpp Tue Apr 11 11:10:19 2023 +0200 @@ -162,7 +162,9 @@ } - void OdbcIndex::ConfigureDatabase(DatabaseManager& manager) + void OdbcIndex::ConfigureDatabase(DatabaseManager& manager, + bool hasIdentifierTags, + const std::list<IdentifierTag>& identifierTags) { uint32_t expectedVersion = 6;