Skip to content

When is method schema_status(const storage_impl<index_t<Cols...>, Tss...>&, sqlite3*, bool) called? #1011

@juandent

Description

@juandent

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions