You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #471 it was raised the issue, that the default sequence name defined in the database config does not have to be a valid sequence name. Add a check to this during startup of the database, so we can be sure in the queries, that the default sequence name is always present. Then remove the check in insertion_contains.cpp
The text was updated successfully, but these errors were encountered:
In #471 it was raised the issue, that the default sequence name defined in the database config does not have to be a valid sequence name. Add a check to this during startup of the database, so we can be sure in the queries, that the default sequence name is always present. Then remove the check in
insertion_contains.cpp
The text was updated successfully, but these errors were encountered: