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
currently if we pass in something invalid to SqlImplementation, it will not complain until after an operation is performed, rather than at connection/instantiation time
furthermore, the stack trace from sql aclhemy can be confusing - see #212
we should fail early with bad SqlImplementation connections (and with implementations in general)
The text was updated successfully, but these errors were encountered:
currently if we pass in something invalid to SqlImplementation, it will not complain until after an operation is performed, rather than at connection/instantiation time
furthermore, the stack trace from sql aclhemy can be confusing - see #212
we should fail early with bad SqlImplementation connections (and with implementations in general)
The text was updated successfully, but these errors were encountered: