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
and then the base interface can use connection_module to check paramstyle. But that's just as much work as setting the val_placeholder manually so it's probably not worth doing. If we ever implement an interface that uses one of the more exotic styles like numeric, named or pyformat then there will be a bit of refactoring in lots of places and at that point it might be worth implementing this
Instead of specifically setting the param in SQLite and PostgreSQL, use paramstyle and have the base class handle setting the value.
via
The text was updated successfully, but these errors were encountered: