Hi
There is a method in class storage_t<...> (see storage.h) that is not invoked by any of the unit-tests. Its signature is:
template<class... Tss, class... Cols>
sync_schema_result schema_status(const storage_impl<index_t<Cols...>, Tss...>&, sqlite3*, bool) {
return sync_schema_result::already_in_sync;
}
I need to find when this is called to make sure the corrections to schema_status() are complete and correct. (see PR #1010)
Help will be greatly appreciated....
Juan
Hi
There is a method in class storage_t<...> (see storage.h) that is not invoked by any of the unit-tests. Its signature is:
I need to find when this is called to make sure the corrections to schema_status() are complete and correct. (see PR #1010)
Help will be greatly appreciated....
Juan