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
Resolve params to dict for Connection.execute() & deprecation of bind and autoload parameters (#615)
* Resolve params to dict for Connection.execute()
* Alter MetaData usage to instead bind to the right object or function instead, as it no longer supports bind
* Ensure autoload parameters have been replaced with autoload_with by setting warning to toss an error
* Update errors and changelog
* Resolve autocommit with DML to use begin for explicit transaction
0 commit comments