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
I'm going to reduce ORM usage which should make it be less stuck after a failing transaction. It should also be easier to avoid invalid transactions with SQLAlchemy Core since there I can actually see what I'm doing in the database.
if there's something like "duplicate key for table portals" the bridge should still work for every other interaction with the database.
If this the database error is unrecoverable, prefer crashing.
The text was updated successfully, but these errors were encountered: