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
Error handling when table or primary key do not exist.
We now raise exceptions with informative messages, rather than letting
the errors percolate through the code.
SQL-Alchemy has been updated to use the `get_one` method of a session.