Skip to content

MuonGMdbObjects: The use of RDBQuery is eliminated in favor of RDBRecordset

Joseph Boudreau requested to merge (removed):MuonDBReform into master

The use of IRDBQuery is eliminated in favor of IRDBRecordset. The reason for this change is that IRDBQuery is not supported in the new SQLiteReader (dummy routine). The database access needs to work with both subclasses of IRDBAccessSvc.

Edited by Vakhtang Tsulaia

Merge request reports