Re-enable stubtest on SQLAlchemy (#7456)

This commit is contained in:
Shantanu
2022-03-09 07:34:12 +01:00
committed by GitHub
parent f9cb7c3ed4
commit 9c737f1326
3 changed files with 9 additions and 1 deletions
@@ -130,3 +130,10 @@ sqlalchemy.sql.expression.quoted_name.upper
sqlalchemy.sql.quoted_name.lower
sqlalchemy.sql.quoted_name.upper
sqlalchemy.util.callable
sqlalchemy.dialects.mssql.base.MSExecutionContext.get_result_cursor_strategy
sqlalchemy.dialects.postgresql.base.PGDDLCompiler.visit_foreign_key_constraint
sqlalchemy.engine.ExecutionContext.get_result_cursor_strategy
sqlalchemy.engine.interfaces.ExecutionContext.get_result_cursor_strategy
sqlalchemy.orm.ColumnProperty.Comparator.__clause_element__
sqlalchemy.orm.properties.ColumnProperty.Comparator.__clause_element__