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
When you create a session in sqlalchemy the bind parameter can be either a Engine or a Connection, but if a Connection is used parse_bind will break.
The text was updated successfully, but these errors were encountered:
azatoth
changed the title
sqlalchemy.utils.decorators.parse_bind assumes bind is a Engine
sqlalchemy.utils.decorators.parse_bind assumes bind is a Engine
May 22, 2018
When you create a session in sqlalchemy the
bind
parameter can be either aEngine
or aConnection
, but if aConnection
is usedparse_bind
will break.The text was updated successfully, but these errors were encountered: