We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6267ca9 commit e4bb8f1Copy full SHA for e4bb8f1
ydb_sqlalchemy/sqlalchemy/__init__.py
@@ -303,7 +303,7 @@ def get_bind_types(
303
"""
304
This method extracts information about bound variables from the table definition and parameters.
305
306
- if isinstance(post_compile_parameters, collections.Mapping):
+ if isinstance(post_compile_parameters, Mapping):
307
post_compile_parameters = [post_compile_parameters]
308
309
parameters_values = collections.defaultdict(list)
0 commit comments