Skip to content

Assert that CRUD services fully implement reader and writer interfaces

João Pereira requested to merge db-fix-crud-interface-sign into database

There is a bug in the CRUD services where some input arguments were left as int instead of int64 after !174 (merged). As a result the *Store services no longer conform with the Reader and Writer interfaces. This MR fixes that and adds additional tests to make sure it doesn't happen again.

Related to &2313 (closed).

Edited by João Pereira

Merge request reports

Loading