warning: No `requires-python` value found in the workspace. Defaulting to `>=3.13`.
   Building sqlalchemy-firebird-async @ file:///home/itolstov/Projects/other/sqlalchemy-firebird-async
      Built sqlalchemy-firebird-async @ file:///home/itolstov/Projects/other/sqlalchemy-firebird-async
Uninstalled 1 package in 0.36ms
Installed 1 package in 0.68ms
/home/itolstov/Projects/other/sqlalchemy-firebird-async/.venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:316: PytestUnknownMarkWarning: Unknown pytest.mark.mypy - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
  return getattr(_fixture_functions.add_to_marker, attr)
Starting Firebird container for Compliance Suite...
Compliance Suite URL: firebird+firebird_async://testuser:testpass@127.0.0.1:33082//var/lib/firebird/data/test.fdb?charset=UTF8
=========================== sqlalchemy installation ============================
SQLAlchemy 2.0.45 (user site loaded)
Path: /home/itolstov/Projects/other/sqlalchemy-firebird-async/.venv/lib/python3.13/site-packages/sqlalchemy/__init__.py
compiled extension enabled, e.g. /home/itolstov/Projects/other/sqlalchemy-firebird-async/.venv/lib/python3.13/site-packages/sqlalchemy/cyextension/util.cpython-313-x86_64-linux-gnu.so 
============================= test session starts ==============================
platform linux -- Python 3.13.5, pytest-9.0.2, pluggy-1.6.0 -- /home/itolstov/Projects/other/sqlalchemy-firebird-async/.venv/bin/python3
cachedir: .pytest_cache
rootdir: /home/itolstov/Projects/other/sqlalchemy-firebird-async
configfile: pytest.ini
plugins: asyncio-1.3.0
asyncio: mode=Mode.STRICT, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function
collecting ... collected 1643 items

tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[Compiled] PASSED [  0%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[DDLCompiler] PASSED [  0%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[FBCompiler] PASSED [  0%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[FBDDLCompiler] PASSED [  0%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[MSDDLCompiler] PASSED [  0%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[MSSQLCompiler] PASSED [  0%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[MSSQLStrictCompiler] PASSED [  0%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[MySQLCompiler] PASSED [  0%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[MySQLCompiler_mariadbconnector] PASSED [  0%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[MySQLCompiler_mysqlconnector] PASSED [  0%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[MySQLCompiler_mysqldb] PASSED [  0%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[MySQLDDLCompiler] PASSED [  0%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[OracleCompiler] PASSED [  0%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[OracleCompiler_cx_oracle] PASSED [  1%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[OracleDDLCompiler] PASSED [  1%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[PGCompiler] PASSED [  1%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[PGCompiler_asyncpg] PASSED [  1%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[PGCompiler_pg8000] PASSED [  1%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[PGCompiler_psycopg] PASSED [  1%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[PGDDLCompiler] PASSED [  1%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[PatchedFBCompiler] PASSED [  1%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[PatchedFBDDLCompiler] PASSED [  1%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[SQLCompiler] PASSED [  1%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[SQLiteCompiler] PASSED [  1%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[SQLiteDDLCompiler] PASSED [  1%]
tests/test_compliance.py::ArgSignatureTest::test_all_visit_methods_accept_kw[StrSQLCompiler] PASSED [  1%]
tests/test_compliance.py::BinaryTest_firebird_firebird_async+firebird_async_async_4_0_0::test_binary_roundtrip[7\xe7\x9f] PASSED [  1%]
tests/test_compliance.py::BinaryTest_firebird_firebird_async+firebird_async_async_4_0_0::test_binary_roundtrip[this is binary] PASSED [  2%]
tests/test_compliance.py::BinaryTest_firebird_firebird_async+firebird_async_async_4_0_0::test_pickle_roundtrip PASSED [  2%]
tests/test_compliance.py::BitwiseTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bitwise[<lambda>-expected0-_exclusions_00] SKIPPED [  2%]
tests/test_compliance.py::BitwiseTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bitwise[<lambda>-expected1-_exclusions_01] SKIPPED [  2%]
tests/test_compliance.py::BitwiseTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bitwise[<lambda>-expected2-_exclusions_02] SKIPPED [  2%]
tests/test_compliance.py::BitwiseTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bitwise[<lambda>-expected3-_exclusions_03] SKIPPED [  2%]
tests/test_compliance.py::BitwiseTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bitwise[<lambda>-expected4-_exclusions_04] SKIPPED [  2%]
tests/test_compliance.py::BitwiseTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bitwise[<lambda>-expected5-_exclusions_05] SKIPPED [  2%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[(2)-(3)-not_use_composite] PASSED [  2%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[(2)-(3)-use_composite] PASSED [  2%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[(2)-[brack]-not_use_composite] PASSED [  2%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[(2)-[brack]-use_composite] PASSED [  2%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[(2)-col%p-not_use_composite] PASSED [  2%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[(2)-col%p-use_composite] PASSED [  2%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[(2)-plainname-not_use_composite] PASSED [  3%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[(2)-plainname-use_composite] PASSED [  3%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[[brackets]-(3)-not_use_composite] PASSED [  3%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[[brackets]-(3)-use_composite] PASSED [  3%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[[brackets]-[brack]-not_use_composite] PASSED [  3%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[[brackets]-[brack]-use_composite] PASSED [  3%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[[brackets]-col%p-not_use_composite] PASSED [  3%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[[brackets]-col%p-use_composite] PASSED [  3%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[[brackets]-plainname-not_use_composite] PASSED [  3%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[[brackets]-plainname-use_composite] PASSED [  3%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[per % cent-(3)-not_use_composite] PASSED [  3%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[per % cent-(3)-use_composite] PASSED [  3%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[per % cent-[brack]-not_use_composite] PASSED [  3%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[per % cent-[brack]-use_composite] PASSED [  3%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[per % cent-col%p-not_use_composite] PASSED [  4%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[per % cent-col%p-use_composite] PASSED [  4%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[per % cent-plainname-not_use_composite] PASSED [  4%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[per % cent-plainname-use_composite] PASSED [  4%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[plain-(3)-not_use_composite] PASSED [  4%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[plain-(3)-use_composite] PASSED [  4%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[plain-[brack]-not_use_composite] PASSED [  4%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[plain-[brack]-use_composite] PASSED [  4%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[plain-col%p-not_use_composite] PASSED [  4%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[plain-col%p-use_composite] PASSED [  4%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[plain-plainname-not_use_composite] PASSED [  4%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_ref[plain-plainname-use_composite] PASSED [  4%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[(2)-(3)] SKIPPED [  4%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[(2)-[brack]] SKIPPED [  4%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[(2)-col%p] SKIPPED [  5%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[(2)-plainname] SKIPPED [  5%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[[brackets]-(3)] SKIPPED [  5%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[[brackets]-[brack]] SKIPPED [  5%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[[brackets]-col%p] SKIPPED [  5%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[[brackets]-plainname] SKIPPED [  5%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[per % cent-(3)] SKIPPED [  5%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[per % cent-[brack]] SKIPPED [  5%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[per % cent-col%p] SKIPPED [  5%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[per % cent-plainname] SKIPPED [  5%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[plain-(3)] SKIPPED [  5%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[plain-[brack]] SKIPPED [  5%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[plain-col%p] SKIPPED [  5%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[plain-plainname] SKIPPED [  5%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[(2)-(3)] SKIPPED [  6%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[(2)-[brack]] SKIPPED [  6%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[(2)-col%p] SKIPPED [  6%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[(2)-plainname] SKIPPED [  6%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[[brackets]-(3)] SKIPPED [  6%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[[brackets]-[brack]] SKIPPED [  6%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[[brackets]-col%p] SKIPPED [  6%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[[brackets]-plainname] SKIPPED [  6%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[per % cent-(3)] SKIPPED [  6%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[per % cent-[brack]] SKIPPED [  6%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[per % cent-col%p] SKIPPED [  6%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[per % cent-plainname] SKIPPED [  6%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[plain-(3)] SKIPPED [  6%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[plain-[brack]] SKIPPED [  6%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[plain-col%p] SKIPPED [  7%]
tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[plain-plainname] SKIPPED [  7%]
tests/test_compliance.py::BooleanTest_firebird_firebird_async+firebird_async_async_4_0_0::test_null PASSED [  7%]
tests/test_compliance.py::BooleanTest_firebird_firebird_async+firebird_async_async_4_0_0::test_render_literal_bool PASSED [  7%]
tests/test_compliance.py::BooleanTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip PASSED [  7%]
tests/test_compliance.py::BooleanTest_firebird_firebird_async+firebird_async_async_4_0_0::test_whereclause PASSED [  7%]
tests/test_compliance.py::CastTypeDecoratorTest_firebird_firebird_async+firebird_async_async_4_0_0::test_special_type PASSED [  7%]
tests/test_compliance.py::CollateTest_firebird_firebird_async+firebird_async_async_4_0_0::test_collate_order_by SKIPPED [  7%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_inline[False-MyInline] SKIPPED [  7%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_inline[False-None] SKIPPED [  7%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_inline[False-my_inline] SKIPPED [  7%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_inline[True-MyInline] SKIPPED [  7%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_inline[True-None] SKIPPED [  7%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_inline[True-my_inline] SKIPPED [  7%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_mixed[False] SKIPPED [  8%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_mixed[True] SKIPPED [  8%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_no_constraint[False] SKIPPED [  8%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_no_constraint[True] SKIPPED [  8%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_standalone[False-MyCkConst] SKIPPED [  8%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_standalone[False-None] SKIPPED [  8%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_standalone[False-my_ck_const] SKIPPED [  8%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_standalone[True-MyCkConst] SKIPPED [  8%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_standalone[True-None] SKIPPED [  8%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_standalone[True-my_ck_const] SKIPPED [  8%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_key_options[None-CASCADE-None-_exclusions_00] SKIPPED [  8%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_key_options[None-None-RESTRICT-_exclusions_04] SKIPPED [  8%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_key_options[None-None-SET NULL-_exclusions_01] SKIPPED [  8%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_key_options[None-RESTRICT-None-_exclusions_05] SKIPPED [  8%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_key_options[expected2-None-NO ACTION-_exclusions_02] SKIPPED [  9%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_key_options[expected3-NO ACTION-None-_exclusions_03] SKIPPED [  9%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_index_column_order[False] SKIPPED [  9%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_index_column_order[True] SKIPPED [  9%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_nullable_reflection PASSED [  9%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_numeric_reflection PASSED [  9%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_covering_index SKIPPED [  9%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_expression_based_indexes SKIPPED [  9%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_server_defaults[Boolean-default2-1|true-_exclusions_02] SKIPPED [  9%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_server_defaults[DateTime-default5-current_timestamp|now|getdate-_exclusions_05] SKIPPED [  9%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_server_defaults[Integer-10-'?10'?-_exclusions_01] SKIPPED [  9%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_server_defaults[Integer-default0-'?10'?-_exclusions_00] SKIPPED [  9%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_server_defaults[Integer-default3-3\\+5-_exclusions_03] SKIPPED [  9%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_server_defaults[Integer-default4-3\\*5-_exclusions_04] SKIPPED [ 10%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_server_defaults[Integer-default6-3\\+5-_exclusions_06] SKIPPED [ 10%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_string_length_reflection[CHAR-_exclusions_02] PASSED [ 10%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_string_length_reflection[NCHAR-_exclusions_04] SKIPPED [ 10%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_string_length_reflection[NVARCHAR-_exclusions_03] SKIPPED [ 10%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_string_length_reflection[String-_exclusions_00] PASSED [ 10%]
tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_string_length_reflection[VARCHAR-_exclusions_01] PASSED [ 10%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_autoincrement_col PASSED [ 10%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_column_collation_reflection SKIPPED [ 10%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_comments_unicode SKIPPED [ 10%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_comments_unicode_full SKIPPED [ 10%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_dialect_initialize SKIPPED [ 10%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_columns[False-False-_exclusions_00] PASSED [ 10%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_columns[False-True-_exclusions_01] SKIPPED [ 10%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_columns[True-False-_exclusions_02] PASSED [ 11%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_columns[True-True-_exclusions_03] SKIPPED [ 11%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_comments SKIPPED [ 11%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_comments_with_schema SKIPPED [ 11%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_default_schema_name SKIPPED [ 11%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_keys[False-_exclusions_00] PASSED [ 11%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_keys[True-_exclusions_01] SKIPPED [ 11%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_keys_quoted_name[FK_users_id] PASSED [ 11%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_keys_quoted_name[fk.with.dots] PASSED [ 11%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_keys_quoted_name[fk_users_id] PASSED [ 11%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_keys_quoted_name[mixedCaseName] PASSED [ 11%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_indexes[False-_exclusions_00] PASSED [ 11%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_indexes[True-_exclusions_01] SKIPPED [ 11%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_indexes_quoted_name[IX_test_data] PASSED [ 11%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_indexes_quoted_name[ix.with.dots] PASSED [ 12%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_indexes_quoted_name[ix_test_data] PASSED [ 12%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_indexes_quoted_name[mixedCaseIndex] PASSED [ 12%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_inter_schema_foreign_keys SKIPPED [ 12%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 12%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 12%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 12%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 12%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 12%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 12%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 12%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 12%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 12%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 12%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 13%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 13%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 13%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 13%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 13%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 13%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 13%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 13%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 13%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 13%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 13%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 13%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 13%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 13%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 14%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 14%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 14%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 14%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 14%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 14%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 14%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 14%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 14%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 14%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 14%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 14%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 14%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 14%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 15%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 15%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 15%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 15%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 15%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 15%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 15%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 15%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 15%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 15%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 15%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 15%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 15%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 15%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 16%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 16%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 16%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 16%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 16%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 16%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 16%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 16%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 16%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 16%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 16%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 16%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 16%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 16%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 17%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 17%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 17%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 17%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 17%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 17%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 17%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 17%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 17%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 17%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 17%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 17%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 17%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 17%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 18%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 18%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 18%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 18%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 18%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] PASSED [ 18%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 18%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 18%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 18%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 18%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 18%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 18%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 18%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 18%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 19%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 19%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 19%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 19%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 19%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 19%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 19%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 19%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 19%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] PASSED [ 19%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 19%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 19%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 19%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 20%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 20%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 20%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 20%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 20%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 20%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 20%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 20%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 20%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 20%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 20%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 20%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 20%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 20%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 21%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 21%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 21%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 21%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 21%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 21%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] PASSED [ 21%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 21%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 21%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 21%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 21%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 21%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 21%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 21%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 22%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 22%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 22%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 22%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 22%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 22%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 22%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 22%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 22%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 22%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] PASSED [ 22%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 22%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 22%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 22%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 23%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 23%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 23%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 23%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 23%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 23%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 23%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 23%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 23%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 23%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 23%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 23%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 23%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 23%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 24%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 24%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 24%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 24%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 24%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 24%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] PASSED [ 24%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 24%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 24%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 24%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 24%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 24%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 24%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 24%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 25%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 25%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 25%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 25%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 25%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 25%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 25%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 25%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 25%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 25%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] PASSED [ 25%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 25%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 25%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 25%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 26%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 26%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 26%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 26%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 26%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 26%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 26%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 26%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 26%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 26%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 26%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 26%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 26%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 26%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 27%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 27%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 27%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 27%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 27%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 27%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] PASSED [ 27%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 27%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 27%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 27%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 27%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 27%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 27%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 27%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 28%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 28%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 28%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 28%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 28%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 28%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 28%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 28%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 28%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 28%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] PASSED [ 28%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 28%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 28%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 28%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 29%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 29%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 29%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 29%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 29%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 29%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 29%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 29%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 29%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 29%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 29%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 29%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 29%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 30%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 30%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 30%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 30%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 30%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 30%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 30%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] PASSED [ 30%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 30%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 30%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 30%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 30%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 30%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 30%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 31%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 31%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 31%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 31%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 31%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 31%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 31%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 31%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 31%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 31%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 31%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] PASSED [ 31%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 31%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 31%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 32%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 32%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 32%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 32%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 32%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 32%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 32%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 32%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 32%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 32%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 32%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 32%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 32%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 32%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 33%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 33%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 33%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 33%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 33%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 33%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 33%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] PASSED [ 33%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 33%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 33%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 33%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 33%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 33%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 33%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 34%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 34%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 34%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 34%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 34%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 34%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 34%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 34%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 34%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 34%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 34%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] PASSED [ 34%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 34%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 34%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 35%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 35%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 35%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 35%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 35%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 35%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 35%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 35%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 35%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 35%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 35%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 35%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 35%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 35%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 36%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 36%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 36%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 36%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 36%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 36%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 36%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] PASSED [ 36%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 36%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 36%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 36%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 36%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 36%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 36%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 37%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 37%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 37%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 37%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 37%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 37%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 37%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 37%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 37%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 37%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 37%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] PASSED [ 37%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 37%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 37%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 38%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 38%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 38%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 38%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 38%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 38%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 38%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 38%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 38%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 38%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 38%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 38%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 38%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 38%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 39%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 39%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 39%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 39%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 39%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 39%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 39%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] PASSED [ 39%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 39%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 39%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 39%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 39%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 39%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 40%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 40%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 40%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 40%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 40%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 40%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 40%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 40%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 40%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 40%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 40%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 40%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] PASSED [ 40%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 40%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 41%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 41%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 41%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 41%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 41%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 41%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 41%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 41%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 41%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 41%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 41%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 41%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 41%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 41%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 42%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 42%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] PASSED [ 42%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 42%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] PASSED [ 42%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 42%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] PASSED [ 42%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 42%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 42%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 42%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 42%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 42%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 42%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 42%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 43%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 43%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 43%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 43%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 43%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 43%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 43%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 43%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 43%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 43%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 43%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 43%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 43%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 43%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 44%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 44%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 44%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 44%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 44%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 44%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 44%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 44%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 44%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 44%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 44%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 44%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 44%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 44%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 45%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 45%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 45%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 45%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 45%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 45%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 45%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 45%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 45%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 45%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 45%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 45%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 45%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 45%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 46%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 46%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 46%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 46%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 46%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 46%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 46%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 46%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 46%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 46%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 46%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 46%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 46%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 46%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 47%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 47%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 47%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 47%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 47%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 47%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 47%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 47%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 47%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 47%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 47%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 47%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 47%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 47%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 48%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 48%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 48%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 48%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 48%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 48%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 48%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 48%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 48%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 48%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 48%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 48%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 48%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 48%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 49%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 49%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 49%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 49%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 49%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 49%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 49%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 49%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 49%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 49%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 49%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 49%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 49%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 50%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 50%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 50%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 50%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 50%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 50%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 50%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 50%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 50%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 50%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 50%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 50%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 50%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 50%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 51%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 51%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 51%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 51%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 51%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 51%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 51%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 51%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 51%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 51%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 51%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 51%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 51%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 51%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 52%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 52%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 52%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 52%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 52%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 52%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 52%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 52%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 52%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 52%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 52%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 52%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 52%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 52%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 53%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 53%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 53%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 53%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 53%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 53%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 53%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 53%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 53%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 53%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 53%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 53%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 53%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 53%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 54%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 54%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 54%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 54%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 54%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 54%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 54%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 54%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_noncol_index[noncol_idx_test_nopk-noncol_idx_nopk] SKIPPED [ 54%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_noncol_index[noncol_idx_test_pk-noncol_idx_pk] SKIPPED [ 54%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_pk_constraint[False-_exclusions_00] PASSED [ 54%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_pk_constraint[True-_exclusions_01] SKIPPED [ 54%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_pk_constraint_quoted_name[PK_test_table] PASSED [ 54%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_pk_constraint_quoted_name[mixedCasePK] PASSED [ 54%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_pk_constraint_quoted_name[pk.with.dots] PASSED [ 55%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_pk_constraint_quoted_name[pk_test_table] PASSED [ 55%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_schema_names SKIPPED [ 55%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_schema_names_w_translate_map SKIPPED [ 55%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_table_names[False-_exclusions_01-None-_exclusions_10] PASSED [ 55%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_table_names[False-_exclusions_01-foreign_key-_exclusions_11] PASSED [ 55%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_table_names[True-_exclusions_00-None-_exclusions_10] SKIPPED [ 55%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_table_names[True-_exclusions_00-foreign_key-_exclusions_11] SKIPPED [ 55%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_table_options[False-_exclusions_01] PASSED [ 55%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_table_options[True-_exclusions_00] SKIPPED [ 55%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_temp_table_columns SKIPPED [ 55%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_temp_table_indexes SKIPPED [ 55%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_temp_table_names SKIPPED [ 55%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_temp_table_unique_constraints SKIPPED [ 55%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_temp_view_columns SKIPPED [ 56%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_temp_view_names SKIPPED [ 56%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_unique_constraints[False-_exclusions_01] SKIPPED [ 56%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_unique_constraints[True-_exclusions_00] SKIPPED [ 56%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_unique_constraints_quoted_name[UQ_email] SKIPPED [ 56%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_unique_constraints_quoted_name[mixedCaseUQ] SKIPPED [ 56%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_unique_constraints_quoted_name[uq.with.dots] SKIPPED [ 56%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_unique_constraints_quoted_name[uq_email] SKIPPED [ 56%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_view_definition[False-_exclusions_00] PASSED [ 56%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_view_definition[True-_exclusions_01] SKIPPED [ 56%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_view_definition_does_not_exist PASSED [ 56%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_view_names[False-_exclusions_01] PASSED [ 56%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_view_names[True-_exclusions_00] SKIPPED [ 56%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_schema SKIPPED [ 56%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_schema_w_translate_map SKIPPED [ 57%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_metadata[False-_exclusions_01-False] PASSED [ 57%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_metadata[False-_exclusions_01-True] PASSED [ 57%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_metadata[True-_exclusions_00-False] PASSED [ 57%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_metadata[True-_exclusions_00-True] PASSED [ 57%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options[False-_exclusions_01] PASSED [ 57%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options[True-_exclusions_00] SKIPPED [ 57%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 57%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 57%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 57%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 57%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 57%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 57%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 57%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 58%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 58%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 58%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 58%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 58%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 58%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 58%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 58%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 58%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 58%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 58%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 58%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 58%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 58%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 59%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 59%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 59%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 59%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 59%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 59%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 59%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 59%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 59%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 59%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 59%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 59%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 59%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 60%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 60%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 60%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 60%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 60%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 60%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 60%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 60%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 60%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 60%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 60%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 60%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 60%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 60%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 61%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 61%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 61%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 61%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 61%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 61%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 61%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 61%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 61%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 61%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 61%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 61%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 61%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 61%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 62%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 62%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 62%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 62%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 62%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 62%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 62%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 62%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 62%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 62%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 62%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 62%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 62%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 62%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 63%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 63%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] SKIPPED [ 63%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] SKIPPED [ 63%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] SKIPPED [ 63%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] SKIPPED [ 63%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] SKIPPED [ 63%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] SKIPPED [ 63%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_not_existing_table[get_check_constraints-_exclusions_06] SKIPPED [ 63%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_not_existing_table[get_columns-_exclusions_01] PASSED [ 63%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_not_existing_table[get_foreign_keys-_exclusions_03] PASSED [ 63%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_not_existing_table[get_indexes-_exclusions_04] PASSED [ 63%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_not_existing_table[get_pk_constraint-_exclusions_02] PASSED [ 63%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_not_existing_table[get_table_comment-_exclusions_07] SKIPPED [ 63%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_not_existing_table[get_table_options-_exclusions_00] SKIPPED [ 64%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_not_existing_table[get_unique_constraints-_exclusions_05] SKIPPED [ 64%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_table_temp_table SKIPPED [ 64%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_schema_cache SKIPPED [ 64%]
tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_unreflectable PASSED [ 64%]
tests/test_compliance.py::CompositeKeyReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fk_column_order PASSED [ 64%]
tests/test_compliance.py::CompositeKeyReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_pk_column_order PASSED [ 64%]
tests/test_compliance.py::CompoundSelectTest_firebird_firebird_async+firebird_async_async_4_0_0::test_distinct_selectable_in_unions PASSED [ 64%]
tests/test_compliance.py::CompoundSelectTest_firebird_firebird_async+firebird_async_async_4_0_0::test_limit_offset_aliased_selectable_in_unions PASSED [ 64%]
tests/test_compliance.py::CompoundSelectTest_firebird_firebird_async+firebird_async_async_4_0_0::test_limit_offset_in_unions_from_alias SKIPPED [ 64%]
tests/test_compliance.py::CompoundSelectTest_firebird_firebird_async+firebird_async_async_4_0_0::test_limit_offset_selectable_in_unions SKIPPED [ 64%]
tests/test_compliance.py::CompoundSelectTest_firebird_firebird_async+firebird_async_async_4_0_0::test_order_by_selectable_in_unions SKIPPED [ 64%]
tests/test_compliance.py::CompoundSelectTest_firebird_firebird_async+firebird_async_async_4_0_0::test_plain_union PASSED [ 64%]
tests/test_compliance.py::CompoundSelectTest_firebird_firebird_async+firebird_async_async_4_0_0::test_select_from_plain_union PASSED [ 64%]
tests/test_compliance.py::DateTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal SKIPPED [ 65%]
tests/test_compliance.py::DateTest_firebird_firebird_async+firebird_async_async_4_0_0::test_null PASSED [ 65%]
tests/test_compliance.py::DateTest_firebird_firebird_async+firebird_async_async_4_0_0::test_null_bound_comparison PASSED [ 65%]
tests/test_compliance.py::DateTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip PASSED [ 65%]
tests/test_compliance.py::DateTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_decorated PASSED [ 65%]
tests/test_compliance.py::DateTest_firebird_firebird_async+firebird_async_async_4_0_0::test_select_direct PASSED [ 65%]
tests/test_compliance.py::DateTimeCoercedToDateTimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal SKIPPED [ 65%]
tests/test_compliance.py::DateTimeCoercedToDateTimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_null PASSED [ 65%]
tests/test_compliance.py::DateTimeCoercedToDateTimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_null_bound_comparison PASSED [ 65%]
tests/test_compliance.py::DateTimeCoercedToDateTimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip PASSED [ 65%]
tests/test_compliance.py::DateTimeCoercedToDateTimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_decorated PASSED [ 65%]
tests/test_compliance.py::DateTimeCoercedToDateTimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_select_direct PASSED [ 65%]
tests/test_compliance.py::DateTimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal SKIPPED [ 65%]
tests/test_compliance.py::DateTimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_null PASSED [ 65%]
tests/test_compliance.py::DateTimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_null_bound_comparison PASSED [ 66%]
tests/test_compliance.py::DateTimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip PASSED [ 66%]
tests/test_compliance.py::DateTimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_decorated PASSED [ 66%]
tests/test_compliance.py::DateTimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_select_direct PASSED [ 66%]
tests/test_compliance.py::DeprecatedCompoundSelectTest_firebird_firebird_async+firebird_async_async_4_0_0::test_distinct_selectable_in_unions PASSED [ 66%]
tests/test_compliance.py::DeprecatedCompoundSelectTest_firebird_firebird_async+firebird_async_async_4_0_0::test_limit_offset_aliased_selectable_in_unions PASSED [ 66%]
tests/test_compliance.py::DeprecatedCompoundSelectTest_firebird_firebird_async+firebird_async_async_4_0_0::test_limit_offset_selectable_in_unions SKIPPED [ 66%]
tests/test_compliance.py::DeprecatedCompoundSelectTest_firebird_firebird_async+firebird_async_async_4_0_0::test_order_by_selectable_in_unions SKIPPED [ 66%]
tests/test_compliance.py::DeprecatedCompoundSelectTest_firebird_firebird_async+firebird_async_async_4_0_0::test_plain_union PASSED [ 66%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[%percent] PASSED [ 66%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[/slashes/] PASSED [ 66%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[1col:on] PASSED [ 66%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[1param] PASSED [ 66%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[42numbers] PASSED [ 66%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[[BracketsAndCase]] PASSED [ 67%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[___name] PASSED [ 67%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[_name] PASSED [ 67%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[_starts_with_underscore] PASSED [ 67%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[boring] PASSED [ 67%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[col:ons] PASSED [ 67%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[dot.s] PASSED [ 67%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[has spaces] PASSED [ 67%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[more :: %colons%] PASSED [ 67%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[more/slashes] PASSED [ 67%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[par(ens)] PASSED [ 67%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[per % cent] PASSED [ 67%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[per cent] PASSED [ 67%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[percent%(ens)yah] PASSED [ 67%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[percent%signs] PASSED [ 68%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_same_named_column[q?marks] PASSED [ 68%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[%percent] PASSED [ 68%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[/slashes/] PASSED [ 68%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[1col:on] PASSED [ 68%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[1param] PASSED [ 68%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[42numbers] PASSED [ 68%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[[BracketsAndCase]] PASSED [ 68%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[___name] PASSED [ 68%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[_name] PASSED [ 68%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[_starts_with_underscore] PASSED [ 68%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[boring] PASSED [ 68%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[col:ons] PASSED [ 68%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[dot.s] PASSED [ 68%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[has spaces] PASSED [ 69%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[more :: %colons%] PASSED [ 69%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[more/slashes] PASSED [ 69%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[par(ens)] PASSED [ 69%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[per % cent] PASSED [ 69%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[per cent] PASSED [ 69%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[percent%(ens)yah] PASSED [ 69%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[percent%signs] PASSED [ 69%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape[q?marks] PASSED [ 69%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[%percent] PASSED [ 69%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[/slashes/] PASSED [ 69%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[1col:on] PASSED [ 69%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[1param] PASSED [ 69%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[42numbers] PASSED [ 70%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[[BracketsAndCase]] PASSED [ 70%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[___name] PASSED [ 70%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[_name] PASSED [ 70%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[_starts_with_underscore] PASSED [ 70%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[boring] PASSED [ 70%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[col:ons] PASSED [ 70%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[dot.s] PASSED [ 70%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[has spaces] PASSED [ 70%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[more :: %colons%] PASSED [ 70%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[more/slashes] PASSED [ 70%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[par(ens)] PASSED [ 70%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[per % cent] PASSED [ 70%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[per cent] PASSED [ 70%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[percent%(ens)yah] PASSED [ 71%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[percent%signs] PASSED [ 71%]
tests/test_compliance.py::DifficultParametersTest_firebird_firebird_async+firebird_async_async_4_0_0::test_standalone_bindparam_escape_expanding[q?marks] PASSED [ 71%]
tests/test_compliance.py::DistinctOnTest_firebird_firebird_async+firebird_async_async_4_0_0::test_distinct_on PASSED [ 71%]
tests/test_compliance.py::EnumTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip[a%] PASSED [ 71%]
tests/test_compliance.py::EnumTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip[a] PASSED [ 71%]
tests/test_compliance.py::EnumTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip[b%percent] PASSED [ 71%]
tests/test_compliance.py::EnumTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip[b] PASSED [ 71%]
tests/test_compliance.py::EnumTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip[r\xe9veill\xe9] PASSED [ 71%]
tests/test_compliance.py::EnumTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_executemany PASSED [ 71%]
tests/test_compliance.py::EnumTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_executemany_returning PASSED [ 71%]
tests/test_compliance.py::EscapingTest::test_percent_sign_round_trip PASSED [ 71%]
tests/test_compliance.py::ExceptionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_exception_with_non_ascii PASSED [ 71%]
tests/test_compliance.py::ExceptionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_integrity_error PASSED [ 71%]
tests/test_compliance.py::ExistsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_select_exists PASSED [ 72%]
tests/test_compliance.py::ExistsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_select_exists_false PASSED [ 72%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_in_heterogeneous_two_tuple_bindparam SKIPPED [ 72%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_in_heterogeneous_two_tuple_direct SKIPPED [ 72%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_in_heterogeneous_two_tuple_text_bindparam SKIPPED [ 72%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_in_heterogeneous_two_tuple_text_bindparam_non_tuple SKIPPED [ 72%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_in_heterogeneous_two_tuple_typed_bindparam_non_tuple SKIPPED [ 72%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_in_scalar_bindparam PASSED [ 72%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_in_scalar_direct PASSED [ 72%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_in_two_tuple_bindparam SKIPPED [ 72%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_in_two_tuple_direct SKIPPED [ 72%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_heterogeneous_tuples_bindparam SKIPPED [ 72%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_heterogeneous_tuples_direct SKIPPED [ 72%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_homogeneous_tuples_bindparam SKIPPED [ 72%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_homogeneous_tuples_direct SKIPPED [ 73%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_in_plus_notempty_notin PASSED [ 73%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_set_against_integer_bindparam PASSED [ 73%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_set_against_integer_direct PASSED [ 73%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_set_against_integer_negation_bindparam PASSED [ 73%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_set_against_integer_negation_direct PASSED [ 73%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_set_against_string_bindparam PASSED [ 73%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_set_against_string_direct PASSED [ 73%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_set_against_string_negation_bindparam PASSED [ 73%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_set_against_string_negation_direct PASSED [ 73%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multiple_empty_sets_bindparam PASSED [ 73%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multiple_empty_sets_direct PASSED [ 73%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_nonempty_in_plus_empty_notin PASSED [ 73%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_null_in_empty_set_is_false_bindparam PASSED [ 73%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_null_in_empty_set_is_false_direct PASSED [ 74%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_typed_str_in PASSED [ 74%]
tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_untyped_str_in PASSED [ 74%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_fetch_offset SKIPPED [ 74%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_limit PASSED [ 74%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_limit_offset PASSED [ 74%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_offset PASSED [ 74%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_expr_fetch_offset SKIPPED [ 74%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_expr_limit PASSED [ 74%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_expr_limit_offset PASSED [ 74%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_expr_limit_simple_offset PASSED [ 74%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_expr_offset PASSED [ 74%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fetch_offset_no_order SKIPPED [ 74%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fetch_offset_nobinds SKIPPED [ 74%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fetch_offset_percent SKIPPED [ 75%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fetch_offset_percent_ties SKIPPED [ 75%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fetch_offset_ties SKIPPED [ 75%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fetch_offset_ties_exact_number SKIPPED [ 75%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_limit_offset_nobinds PASSED [ 75%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_limit_render_multiple_times PASSED [ 75%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_simple_fetch SKIPPED [ 75%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_simple_fetch_offset SKIPPED [ 75%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_simple_fetch_percent SKIPPED [ 75%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_simple_fetch_percent_ties SKIPPED [ 75%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_simple_fetch_ties SKIPPED [ 75%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_simple_limit PASSED [ 75%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_simple_limit_expr_offset PASSED [ 75%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_simple_limit_offset[cases0] PASSED [ 75%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_simple_limit_offset[cases1] PASSED [ 76%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_simple_limit_offset[cases2] PASSED [ 76%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_simple_offset PASSED [ 76%]
tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_simple_offset_zero PASSED [ 76%]
tests/test_compliance.py::FutureTableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_add_table_comment SKIPPED [ 76%]
tests/test_compliance.py::FutureTableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_create_index_if_not_exists SKIPPED [ 76%]
tests/test_compliance.py::FutureTableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_create_table PASSED [ 76%]
tests/test_compliance.py::FutureTableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_create_table_if_not_exists SKIPPED [ 76%]
tests/test_compliance.py::FutureTableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_create_table_schema SKIPPED [ 76%]
tests/test_compliance.py::FutureTableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_drop_index_if_exists SKIPPED [ 76%]
tests/test_compliance.py::FutureTableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_drop_table PASSED [ 76%]
tests/test_compliance.py::FutureTableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_drop_table_comment SKIPPED [ 76%]
tests/test_compliance.py::FutureTableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_drop_table_if_exists SKIPPED [ 76%]
tests/test_compliance.py::FutureTableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_underscore_names PASSED [ 76%]
tests/test_compliance.py::HasIndexTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_index[dialect] PASSED [ 77%]
tests/test_compliance.py::HasIndexTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_index[inspector] PASSED [ 77%]
tests/test_compliance.py::HasIndexTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_index_schema[dialect] SKIPPED [ 77%]
tests/test_compliance.py::HasIndexTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_index_schema[inspector] SKIPPED [ 77%]
tests/test_compliance.py::HasSequenceTestEmpty_firebird_firebird_async+firebird_async_async_4_0_0::test_get_sequence_names_no_sequence PASSED [ 77%]
tests/test_compliance.py::HasSequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_sequence_names PASSED [ 77%]
tests/test_compliance.py::HasSequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_sequence_names_no_sequence_schema SKIPPED [ 77%]
tests/test_compliance.py::HasSequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_sequence_names_sequences_schema SKIPPED [ 77%]
tests/test_compliance.py::HasSequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_sequence PASSED [ 77%]
tests/test_compliance.py::HasSequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_sequence_cache PASSED [ 77%]
tests/test_compliance.py::HasSequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_sequence_default_not_in_remote SKIPPED [ 77%]
tests/test_compliance.py::HasSequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_sequence_neg PASSED [ 77%]
tests/test_compliance.py::HasSequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_sequence_other_object PASSED [ 77%]
tests/test_compliance.py::HasSequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_sequence_remote_not_in_default SKIPPED [ 77%]
tests/test_compliance.py::HasSequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_sequence_schema SKIPPED [ 78%]
tests/test_compliance.py::HasSequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_sequence_schemas_neg SKIPPED [ 78%]
tests/test_compliance.py::HasTableTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_table PASSED [ 78%]
tests/test_compliance.py::HasTableTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_table_cache PASSED [ 78%]
tests/test_compliance.py::HasTableTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_table_nonexistent_schema SKIPPED [ 78%]
tests/test_compliance.py::HasTableTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_table_schema SKIPPED [ 78%]
tests/test_compliance.py::HasTableTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_table_temp_table SKIPPED [ 78%]
tests/test_compliance.py::HasTableTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_table_temp_view SKIPPED [ 78%]
tests/test_compliance.py::HasTableTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_table_view PASSED [ 78%]
tests/test_compliance.py::HasTableTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_table_view_schema SKIPPED [ 78%]
tests/test_compliance.py::IdentityAutoincrementTest_firebird_firebird_async+firebird_async_async_4_0_0::test_autoincrement_with_identity PASSED [ 78%]
tests/test_compliance.py::InsertBehaviorTest_firebird_firebird_async+firebird_async_async_4_0_0::test_autoclose_on_insert PASSED [ 78%]
tests/test_compliance.py::InsertBehaviorTest_firebird_firebird_async+firebird_async_async_4_0_0::test_autoclose_on_insert_implicit_returning PASSED [ 78%]
tests/test_compliance.py::InsertBehaviorTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_insert PASSED [ 78%]
tests/test_compliance.py::InsertBehaviorTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_insert_multiple PASSED [ 79%]
tests/test_compliance.py::InsertBehaviorTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_from_select PASSED [ 79%]
tests/test_compliance.py::InsertBehaviorTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_from_select_autoinc PASSED [ 79%]
tests/test_compliance.py::InsertBehaviorTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_from_select_autoinc_no_rows PASSED [ 79%]
tests/test_compliance.py::InsertBehaviorTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_from_select_with_defaults PASSED [ 79%]
tests/test_compliance.py::InsertBehaviorTest_firebird_firebird_async+firebird_async_async_4_0_0::test_no_results_for_non_returning_insert[executemany-plain] PASSED [ 79%]
tests/test_compliance.py::InsertBehaviorTest_firebird_firebird_async+firebird_async_async_4_0_0::test_no_results_for_non_returning_insert[executemany-return_defaults] PASSED [ 79%]
tests/test_compliance.py::InsertBehaviorTest_firebird_firebird_async+firebird_async_async_4_0_0::test_no_results_for_non_returning_insert[not_executemany-plain] PASSED [ 79%]
tests/test_compliance.py::InsertBehaviorTest_firebird_firebird_async+firebird_async_async_4_0_0::test_no_results_for_non_returning_insert[not_executemany-return_defaults] PASSED [ 79%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int[-1376537018368127] PASSED [ 79%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int[-2147483646] PASSED [ 79%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int[-2147483647] PASSED [ 79%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int[-2147483648] PASSED [ 79%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int[-2147483649] PASSED [ 80%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int[0] PASSED [ 80%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int[1376537018368127] PASSED [ 80%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int[2147483646] PASSED [ 80%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int[2147483647] PASSED [ 80%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int[2147483648] PASSED [ 80%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int[2147483649] PASSED [ 80%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int_auto_accommodation[-1376537018368127] PASSED [ 80%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int_auto_accommodation[-2147483646] PASSED [ 80%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int_auto_accommodation[-2147483647] PASSED [ 80%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int_auto_accommodation[-2147483648] PASSED [ 80%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int_auto_accommodation[-2147483649] PASSED [ 80%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int_auto_accommodation[0] PASSED [ 80%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int_auto_accommodation[1376537018368127] PASSED [ 80%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int_auto_accommodation[2147483646] PASSED [ 81%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int_auto_accommodation[2147483647] PASSED [ 81%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int_auto_accommodation[2147483648] PASSED [ 81%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_huge_int_auto_accommodation[2147483649] PASSED [ 81%]
tests/test_compliance.py::IntegerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal PASSED [ 81%]
tests/test_compliance.py::IsOrIsNotDistinctFromTest_firebird_firebird_async+firebird_async_async_4_0_0::test_is_or_is_not_distinct_from[both_int_different] PASSED [ 81%]
tests/test_compliance.py::IsOrIsNotDistinctFromTest_firebird_firebird_async+firebird_async_async_4_0_0::test_is_or_is_not_distinct_from[both_int_same] PASSED [ 81%]
tests/test_compliance.py::IsOrIsNotDistinctFromTest_firebird_firebird_async+firebird_async_async_4_0_0::test_is_or_is_not_distinct_from[both_null] PASSED [ 81%]
tests/test_compliance.py::IsOrIsNotDistinctFromTest_firebird_firebird_async+firebird_async_async_4_0_0::test_is_or_is_not_distinct_from[one_null_first] PASSED [ 81%]
tests/test_compliance.py::IsOrIsNotDistinctFromTest_firebird_firebird_async+firebird_async_async_4_0_0::test_is_or_is_not_distinct_from[one_null_second] PASSED [ 81%]
tests/test_compliance.py::JoinTest_firebird_firebird_async+firebird_async_async_4_0_0::test_inner_join_false PASSED [ 81%]
tests/test_compliance.py::JoinTest_firebird_firebird_async+firebird_async_async_4_0_0::test_inner_join_fk PASSED [ 81%]
tests/test_compliance.py::JoinTest_firebird_firebird_async+firebird_async_async_4_0_0::test_inner_join_true PASSED [ 81%]
tests/test_compliance.py::JoinTest_firebird_firebird_async+firebird_async_async_4_0_0::test_outer_join_false PASSED [ 81%]
tests/test_compliance.py::JoinTest_firebird_firebird_async+firebird_async_async_4_0_0::test_outer_join_fk PASSED [ 82%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_contains_autoescape PASSED [ 82%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_contains_autoescape_escape PASSED [ 82%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_contains_escape PASSED [ 82%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_contains_unescaped PASSED [ 82%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_endswith_autoescape PASSED [ 82%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_endswith_autoescape_escape PASSED [ 82%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_endswith_escape PASSED [ 82%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_endswith_sqlexpr PASSED [ 82%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_endswith_unescaped PASSED [ 82%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_not_regexp_match SKIPPED [ 82%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_regexp_match[(b|c)-expected5] SKIPPED [ 82%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_regexp_match[9cde-expected3] SKIPPED [ 82%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_regexp_match[^(b|c)-expected6] SKIPPED [ 82%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_regexp_match[^a-expected4] SKIPPED [ 83%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_regexp_match[^abc-expected2] SKIPPED [ 83%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_regexp_match[a.cde-expected0] SKIPPED [ 83%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_regexp_match[abc-expected1] SKIPPED [ 83%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_regexp_replace SKIPPED [ 83%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_startswith_autoescape PASSED [ 83%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_startswith_autoescape_escape PASSED [ 83%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_startswith_escape PASSED [ 83%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_startswith_sqlexpr PASSED [ 83%]
tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_startswith_unescaped PASSED [ 83%]
tests/test_compliance.py::LongNameBlowoutTest_firebird_firebird_async+firebird_async_async_4_0_0::test_long_convention_name[ck-_exclusions_03] SKIPPED [ 83%]
tests/test_compliance.py::LongNameBlowoutTest_firebird_firebird_async+firebird_async_async_4_0_0::test_long_convention_name[fk-_exclusions_00] PASSED [ 83%]
tests/test_compliance.py::LongNameBlowoutTest_firebird_firebird_async+firebird_async_async_4_0_0::test_long_convention_name[ix-_exclusions_02] PASSED [ 83%]
tests/test_compliance.py::LongNameBlowoutTest_firebird_firebird_async+firebird_async_async_4_0_0::test_long_convention_name[pk-_exclusions_01] PASSED [ 83%]
tests/test_compliance.py::LongNameBlowoutTest_firebird_firebird_async+firebird_async_async_4_0_0::test_long_convention_name[uq-_exclusions_04] SKIPPED [ 84%]
tests/test_compliance.py::NormalizedNameTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_table_names PASSED [ 84%]
tests/test_compliance.py::NormalizedNameTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_lowercase_forced_tables PASSED [ 84%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_decimal_coerce_round_trip PASSED [ 84%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_decimal_coerce_round_trip_w_cast PASSED [ 84%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_enotation_decimal PASSED [ 84%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_enotation_decimal_large PASSED [ 84%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_float_as_decimal PASSED [ 84%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_float_as_float PASSED [ 84%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_float_coerce_round_trip PASSED [ 84%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_float_custom_scale PASSED [ 84%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_float_is_not_numeric[Double] PASSED [ 84%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_float_is_not_numeric[Float] PASSED [ 84%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_infinity_floats SKIPPED [ 84%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_many_significant_digits SKIPPED [ 85%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_numeric_as_decimal PASSED [ 85%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_numeric_as_float PASSED [ 85%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_numeric_no_decimal SKIPPED [ 85%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_numeric_null_as_decimal PASSED [ 85%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_numeric_null_as_float PASSED [ 85%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_precision_decimal PASSED [ 85%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_render_literal_float PASSED [ 85%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_render_literal_numeric PASSED [ 85%]
tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_render_literal_numeric_asfloat PASSED [ 85%]
tests/test_compliance.py::OrderByLabelTest_firebird_firebird_async+firebird_async_async_4_0_0::test_composed_int PASSED [ 85%]
tests/test_compliance.py::OrderByLabelTest_firebird_firebird_async+firebird_async_async_4_0_0::test_composed_int_desc PASSED [ 85%]
tests/test_compliance.py::OrderByLabelTest_firebird_firebird_async+firebird_async_async_4_0_0::test_composed_multiple PASSED [ 85%]
tests/test_compliance.py::OrderByLabelTest_firebird_firebird_async+firebird_async_async_4_0_0::test_group_by_composed PASSED [ 85%]
tests/test_compliance.py::OrderByLabelTest_firebird_firebird_async+firebird_async_async_4_0_0::test_plain PASSED [ 86%]
tests/test_compliance.py::OrderByLabelTest_firebird_firebird_async+firebird_async_async_4_0_0::test_plain_desc PASSED [ 86%]
tests/test_compliance.py::PingTest_firebird_firebird_async+firebird_async_async_4_0_0::test_do_ping PASSED [ 86%]
tests/test_compliance.py::PostCompileParamsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_compile PASSED [ 86%]
tests/test_compliance.py::PostCompileParamsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_compile_literal_binds PASSED [ 86%]
tests/test_compliance.py::PostCompileParamsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_execute PASSED [ 86%]
tests/test_compliance.py::PostCompileParamsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_execute_expanding_plus_literal_execute PASSED [ 86%]
tests/test_compliance.py::PostCompileParamsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_execute_tuple_expanding_plus_literal_execute SKIPPED [ 86%]
tests/test_compliance.py::PostCompileParamsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_execute_tuple_expanding_plus_literal_heterogeneous_execute SKIPPED [ 86%]
tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_check_constraints[quote " two-_exclusions_01] SKIPPED [ 86%]
tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_check_constraints[quote ' one-_exclusions_00] SKIPPED [ 86%]
tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_columns[quote " two-_exclusions_01] PASSED [ 86%]
tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_columns[quote ' one-_exclusions_00] PASSED [ 86%]
tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_keys[quote " two-_exclusions_01] PASSED [ 86%]
tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_keys[quote ' one-_exclusions_00] PASSED [ 87%]
tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_indexes[quote " two-_exclusions_01] PASSED [ 87%]
tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_indexes[quote ' one-_exclusions_00] PASSED [ 87%]
tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_pk_constraint[quote " two-_exclusions_01] PASSED [ 87%]
tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_pk_constraint[quote ' one-_exclusions_00] PASSED [ 87%]
tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_table_comment[quote " two-_exclusions_01] SKIPPED [ 87%]
tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_table_comment[quote ' one-_exclusions_00] SKIPPED [ 87%]
tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_table_options[quote " two-_exclusions_01] PASSED [ 87%]
tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_table_options[quote ' one-_exclusions_00] PASSED [ 87%]
tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_unique_constraints[quote " two-_exclusions_01] SKIPPED [ 87%]
tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_unique_constraints[quote ' one-_exclusions_00] SKIPPED [ 87%]
tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_view_definition[quote " two-_exclusions_01] PASSED [ 87%]
tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_view_definition[quote ' one-_exclusions_00] PASSED [ 87%]
tests/test_compliance.py::ReturningGuardsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_delete_many PASSED [ 87%]
tests/test_compliance.py::ReturningGuardsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_delete_single PASSED [ 88%]
tests/test_compliance.py::ReturningGuardsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_many PASSED [ 88%]
tests/test_compliance.py::ReturningGuardsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_single PASSED [ 88%]
tests/test_compliance.py::ReturningGuardsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_update_many PASSED [ 88%]
tests/test_compliance.py::ReturningGuardsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_update_single PASSED [ 88%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_autoincrement_on_insert_implicit_returning PASSED [ 88%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_explicit_returning_pk_autocommit PASSED [ 88%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_explicit_returning_pk_no_autocommit PASSED [ 88%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-not_sort_by_parameter_order-LargeBinary1] PASSED [ 88%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-not_sort_by_parameter_order-LargeBinary2] PASSED [ 88%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-not_sort_by_parameter_order-UUID] SKIPPED [ 88%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-not_sort_by_parameter_order-generic_native_uuid] SKIPPED [ 88%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-not_sort_by_parameter_order-generic_native_uuid_str] SKIPPED [ 88%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-not_sort_by_parameter_order-non_native_uuid] SKIPPED [ 88%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-not_sort_by_parameter_order-non_native_uuid_str] SKIPPED [ 89%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-LargeBinary1] SKIPPED [ 89%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-LargeBinary2] SKIPPED [ 89%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-UUID] SKIPPED [ 89%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-generic_native_uuid] SKIPPED [ 89%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-generic_native_uuid_str] SKIPPED [ 89%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-non_native_uuid] SKIPPED [ 89%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-non_native_uuid_str] SKIPPED [ 89%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-LargeBinary1] SKIPPED [ 89%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-LargeBinary2] SKIPPED [ 89%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-UUID] SKIPPED [ 89%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-generic_native_uuid] SKIPPED [ 89%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-generic_native_uuid_str] SKIPPED [ 89%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-non_native_uuid] SKIPPED [ 90%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-non_native_uuid_str] SKIPPED [ 90%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-LargeBinary1] SKIPPED [ 90%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-LargeBinary2] SKIPPED [ 90%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-UUID] SKIPPED [ 90%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-generic_native_uuid] SKIPPED [ 90%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-generic_native_uuid_str] SKIPPED [ 90%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-non_native_uuid] SKIPPED [ 90%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-non_native_uuid_str] SKIPPED [ 90%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[multiple_rows-not_sort_by_parameter_order-type_0-8.5514716-True-_exclusions_00] PASSED [ 90%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[multiple_rows-not_sort_by_parameter_order-type_1-8.5514716-True-_exclusions_01] SKIPPED [ 90%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[multiple_rows-not_sort_by_parameter_order-type_2-8.5514-True-_exclusions_02] PASSED [ 90%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[multiple_rows-not_sort_by_parameter_order-type_3-8.5514-True-_exclusions_03] SKIPPED [ 90%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[multiple_rows-not_sort_by_parameter_order-type_4-8.5514716-True-_exclusions_04] PASSED [ 90%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[multiple_rows-not_sort_by_parameter_order-type_5-value5-False-_exclusions_05] PASSED [ 91%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[multiple_rows-sort_by_parameter_order-type_0-8.5514716-True-_exclusions_00] PASSED [ 91%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[multiple_rows-sort_by_parameter_order-type_1-8.5514716-True-_exclusions_01] SKIPPED [ 91%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[multiple_rows-sort_by_parameter_order-type_2-8.5514-True-_exclusions_02] PASSED [ 91%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[multiple_rows-sort_by_parameter_order-type_3-8.5514-True-_exclusions_03] SKIPPED [ 91%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[multiple_rows-sort_by_parameter_order-type_4-8.5514716-True-_exclusions_04] PASSED [ 91%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[multiple_rows-sort_by_parameter_order-type_5-value5-False-_exclusions_05] PASSED [ 91%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[not_multiple_rows-not_sort_by_parameter_order-type_0-8.5514716-True-_exclusions_00] PASSED [ 91%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[not_multiple_rows-not_sort_by_parameter_order-type_1-8.5514716-True-_exclusions_01] SKIPPED [ 91%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[not_multiple_rows-not_sort_by_parameter_order-type_2-8.5514-True-_exclusions_02] PASSED [ 91%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[not_multiple_rows-not_sort_by_parameter_order-type_3-8.5514-True-_exclusions_03] SKIPPED [ 91%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[not_multiple_rows-not_sort_by_parameter_order-type_4-8.5514716-True-_exclusions_04] PASSED [ 91%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[not_multiple_rows-not_sort_by_parameter_order-type_5-value5-False-_exclusions_05] PASSED [ 91%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[not_multiple_rows-sort_by_parameter_order-type_0-8.5514716-True-_exclusions_00] PASSED [ 91%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[not_multiple_rows-sort_by_parameter_order-type_1-8.5514716-True-_exclusions_01] SKIPPED [ 92%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[not_multiple_rows-sort_by_parameter_order-type_2-8.5514-True-_exclusions_02] PASSED [ 92%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[not_multiple_rows-sort_by_parameter_order-type_3-8.5514-True-_exclusions_03] SKIPPED [ 92%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[not_multiple_rows-sort_by_parameter_order-type_4-8.5514716-True-_exclusions_04] PASSED [ 92%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[not_multiple_rows-sort_by_parameter_order-type_5-value5-False-_exclusions_05] PASSED [ 92%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insertmanyvalues_returning PASSED [ 92%]
tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_last_inserted_id_implicit_returning PASSED [ 92%]
tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_basic PASSED [ 92%]
tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_delete_rowcount PASSED [ 92%]
tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_delete_rowcount PASSED [ 92%]
tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_update_rowcount PASSED [ 92%]
tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_non_rowcount_scenarios_no_raise[close_first-delete] PASSED [ 92%]
tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_non_rowcount_scenarios_no_raise[close_first-insert] PASSED [ 92%]
tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_non_rowcount_scenarios_no_raise[close_first-select] PASSED [ 92%]
tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_non_rowcount_scenarios_no_raise[close_first-update] PASSED [ 93%]
tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_non_rowcount_scenarios_no_raise[not_close_first-delete] PASSED [ 93%]
tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_non_rowcount_scenarios_no_raise[not_close_first-insert] PASSED [ 93%]
tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_non_rowcount_scenarios_no_raise[not_close_first-select] PASSED [ 93%]
tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_non_rowcount_scenarios_no_raise[not_close_first-update] PASSED [ 93%]
tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_raw_sql_rowcount PASSED [ 93%]
tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_text_rowcount PASSED [ 93%]
tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_update_delete_rowcount_return_defaults[delete-implicit_returning] SKIPPED [ 93%]
tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_update_delete_rowcount_return_defaults[delete-not_implicit_returning] SKIPPED [ 93%]
tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_update_delete_rowcount_return_defaults[update-implicit_returning] SKIPPED [ 93%]
tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_update_delete_rowcount_return_defaults[update-not_implicit_returning] SKIPPED [ 93%]
tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_update_rowcount1 PASSED [ 93%]
tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_update_rowcount2 PASSED [ 93%]
tests/test_compliance.py::RowFetchTest_firebird_firebird_async+firebird_async_async_4_0_0::test_row_w_scalar_select PASSED [ 93%]
tests/test_compliance.py::RowFetchTest_firebird_firebird_async+firebird_async_async_4_0_0::test_row_with_dupe_names PASSED [ 94%]
tests/test_compliance.py::RowFetchTest_firebird_firebird_async+firebird_async_async_4_0_0::test_via_attr PASSED [ 94%]
tests/test_compliance.py::RowFetchTest_firebird_firebird_async+firebird_async_async_4_0_0::test_via_col_object PASSED [ 94%]
tests/test_compliance.py::RowFetchTest_firebird_firebird_async+firebird_async_async_4_0_0::test_via_int PASSED [ 94%]
tests/test_compliance.py::RowFetchTest_firebird_firebird_async+firebird_async_async_4_0_0::test_via_string PASSED [ 94%]
tests/test_compliance.py::SequenceCompilerTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal_binds_inline_compile PASSED [ 94%]
tests/test_compliance.py::SequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_lastrowid PASSED [ 94%]
tests/test_compliance.py::SequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_roundtrip PASSED [ 94%]
tests/test_compliance.py::SequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_roundtrip_no_implicit_returning PASSED [ 94%]
tests/test_compliance.py::SequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_roundtrip_translate[False] SKIPPED [ 94%]
tests/test_compliance.py::SequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_roundtrip_translate[True] SKIPPED [ 94%]
tests/test_compliance.py::SequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_nextval_direct PASSED [ 94%]
tests/test_compliance.py::SequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_nextval_direct_schema_translate SKIPPED [ 94%]
tests/test_compliance.py::SequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_optional_seq SKIPPED [ 94%]
tests/test_compliance.py::SimpleUpdateDeleteTest_firebird_firebird_async+firebird_async_async_4_0_0::test_delete PASSED [ 95%]
tests/test_compliance.py::SimpleUpdateDeleteTest_firebird_firebird_async+firebird_async_async_4_0_0::test_delete_returning[emptyin] SKIPPED [ 95%]
tests/test_compliance.py::SimpleUpdateDeleteTest_firebird_firebird_async+firebird_async_async_4_0_0::test_delete_returning[norows] SKIPPED [ 95%]
tests/test_compliance.py::SimpleUpdateDeleteTest_firebird_firebird_async+firebird_async_async_4_0_0::test_delete_returning[rows] SKIPPED [ 95%]
tests/test_compliance.py::SimpleUpdateDeleteTest_firebird_firebird_async+firebird_async_async_4_0_0::test_update PASSED [ 95%]
tests/test_compliance.py::SimpleUpdateDeleteTest_firebird_firebird_async+firebird_async_async_4_0_0::test_update_returning[emptyin] SKIPPED [ 95%]
tests/test_compliance.py::SimpleUpdateDeleteTest_firebird_firebird_async+firebird_async_async_4_0_0::test_update_returning[norows] SKIPPED [ 95%]
tests/test_compliance.py::SimpleUpdateDeleteTest_firebird_firebird_async+firebird_async_async_4_0_0::test_update_returning[rows] SKIPPED [ 95%]
tests/test_compliance.py::StringTest_firebird_firebird_async+firebird_async_async_4_0_0::test_concatenate_binary PASSED [ 95%]
tests/test_compliance.py::StringTest_firebird_firebird_async+firebird_async_async_4_0_0::test_concatenate_clauselist PASSED [ 95%]
tests/test_compliance.py::StringTest_firebird_firebird_async+firebird_async_async_4_0_0::test_dont_truncate_rightside[%B%-expected0] PASSED [ 95%]
tests/test_compliance.py::StringTest_firebird_firebird_async+firebird_async_async_4_0_0::test_dont_truncate_rightside[A%C%Z-expected2] PASSED [ 95%]
tests/test_compliance.py::StringTest_firebird_firebird_async+firebird_async_async_4_0_0::test_dont_truncate_rightside[A%C-expected1] PASSED [ 95%]
tests/test_compliance.py::StringTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal PASSED [ 95%]
tests/test_compliance.py::StringTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal_backslashes PASSED [ 96%]
tests/test_compliance.py::StringTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal_non_ascii PASSED [ 96%]
tests/test_compliance.py::StringTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal_quoting PASSED [ 96%]
tests/test_compliance.py::StringTest_firebird_firebird_async+firebird_async_async_4_0_0::test_nolength_string PASSED [ 96%]
tests/test_compliance.py::TableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_add_table_comment SKIPPED [ 96%]
tests/test_compliance.py::TableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_create_index_if_not_exists SKIPPED [ 96%]
tests/test_compliance.py::TableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_create_table PASSED [ 96%]
tests/test_compliance.py::TableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_create_table_if_not_exists SKIPPED [ 96%]
tests/test_compliance.py::TableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_create_table_schema SKIPPED [ 96%]
tests/test_compliance.py::TableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_drop_index_if_exists SKIPPED [ 96%]
tests/test_compliance.py::TableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_drop_table PASSED [ 96%]
tests/test_compliance.py::TableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_drop_table_comment SKIPPED [ 96%]
tests/test_compliance.py::TableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_drop_table_if_exists SKIPPED [ 96%]
tests/test_compliance.py::TableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_underscore_names PASSED [ 96%]
tests/test_compliance.py::TextTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal PASSED [ 97%]
tests/test_compliance.py::TextTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal_backslashes PASSED [ 97%]
tests/test_compliance.py::TextTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal_non_ascii PASSED [ 97%]
tests/test_compliance.py::TextTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal_percentsigns PASSED [ 97%]
tests/test_compliance.py::TextTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal_quoting PASSED [ 97%]
tests/test_compliance.py::TextTest_firebird_firebird_async+firebird_async_async_4_0_0::test_text_empty_strings PASSED [ 97%]
tests/test_compliance.py::TextTest_firebird_firebird_async+firebird_async_async_4_0_0::test_text_null_strings PASSED [ 97%]
tests/test_compliance.py::TextTest_firebird_firebird_async+firebird_async_async_4_0_0::test_text_roundtrip PASSED [ 97%]
tests/test_compliance.py::TimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal SKIPPED [ 97%]
tests/test_compliance.py::TimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_null PASSED [ 97%]
tests/test_compliance.py::TimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_null_bound_comparison PASSED [ 97%]
tests/test_compliance.py::TimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip PASSED [ 97%]
tests/test_compliance.py::TimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_decorated PASSED [ 97%]
tests/test_compliance.py::TimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_select_direct PASSED [ 97%]
tests/test_compliance.py::TrueDivTest_firebird_firebird_async+firebird_async_async_4_0_0::test_floordiv_integer[-15-5--3] PASSED [ 98%]
tests/test_compliance.py::TrueDivTest_firebird_firebird_async+firebird_async_async_4_0_0::test_floordiv_integer[15-10-1] PASSED [ 98%]
tests/test_compliance.py::TrueDivTest_firebird_firebird_async+firebird_async_async_4_0_0::test_floordiv_integer_bound PASSED [ 98%]
tests/test_compliance.py::TrueDivTest_firebird_firebird_async+firebird_async_async_4_0_0::test_floordiv_numeric[5.52-2.4-2.0] PASSED [ 98%]
tests/test_compliance.py::TrueDivTest_firebird_firebird_async+firebird_async_async_4_0_0::test_truediv_float[5.52-2.4-2.3] PASSED [ 98%]
tests/test_compliance.py::TrueDivTest_firebird_firebird_async+firebird_async_async_4_0_0::test_truediv_integer[-15-10--1.5] PASSED [ 98%]
tests/test_compliance.py::TrueDivTest_firebird_firebird_async+firebird_async_async_4_0_0::test_truediv_integer[15-10-1.5] PASSED [ 98%]
tests/test_compliance.py::TrueDivTest_firebird_firebird_async+firebird_async_async_4_0_0::test_truediv_integer_bound PASSED [ 98%]
tests/test_compliance.py::TrueDivTest_firebird_firebird_async+firebird_async_async_4_0_0::test_truediv_numeric[5.52-2.4-2.3] PASSED [ 98%]
tests/test_compliance.py::UnicodeTextTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_strings_text PASSED [ 98%]
tests/test_compliance.py::UnicodeTextTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal PASSED [ 98%]
tests/test_compliance.py::UnicodeTextTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal_non_ascii PASSED [ 98%]
tests/test_compliance.py::UnicodeTextTest_firebird_firebird_async+firebird_async_async_4_0_0::test_null_strings_text PASSED [ 98%]
tests/test_compliance.py::UnicodeTextTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip PASSED [ 98%]
tests/test_compliance.py::UnicodeTextTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_executemany PASSED [ 99%]
tests/test_compliance.py::UnicodeVarcharTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_strings_varchar PASSED [ 99%]
tests/test_compliance.py::UnicodeVarcharTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal PASSED [ 99%]
tests/test_compliance.py::UnicodeVarcharTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal_non_ascii PASSED [ 99%]
tests/test_compliance.py::UnicodeVarcharTest_firebird_firebird_async+firebird_async_async_4_0_0::test_null_strings_varchar PASSED [ 99%]
tests/test_compliance.py::UnicodeVarcharTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip PASSED [ 99%]
tests/test_compliance.py::UnicodeVarcharTest_firebird_firebird_async+firebird_async_async_4_0_0::test_round_trip_executemany PASSED [ 99%]
tests/test_compliance.py::UuidTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal_nonnative_text PASSED [ 99%]
tests/test_compliance.py::UuidTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal_nonnative_uuid PASSED [ 99%]
tests/test_compliance.py::UuidTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal_text PASSED [ 99%]
tests/test_compliance.py::UuidTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal_uuid PASSED [ 99%]
tests/test_compliance.py::UuidTest_firebird_firebird_async+firebird_async_async_4_0_0::test_uuid_returning PASSED [ 99%]
tests/test_compliance.py::UuidTest_firebird_firebird_async+firebird_async_async_4_0_0::test_uuid_round_trip PASSED [ 99%]
tests/test_compliance.py::UuidTest_firebird_firebird_async+firebird_async_async_4_0_0::test_uuid_text_round_trip PASSED [100%]Stopping Firebird container...


=============================== warnings summary ===============================
.venv/lib/python3.13/site-packages/testcontainers/core/waiting_utils.py:219
  /home/itolstov/Projects/other/sqlalchemy-firebird-async/.venv/lib/python3.13/site-packages/testcontainers/core/waiting_utils.py:219: DeprecationWarning: The @wait_container_is_ready decorator is deprecated and will be removed in a future version. Use structured wait strategies instead: container.waiting_for(HttpWaitStrategy(8080).for_status_code(200)) or container.waiting_for(LogMessageWaitStrategy('ready'))
    @wait_container_is_ready()

.venv/lib/python3.13/site-packages/_pytest/nodes.py:329
  /home/itolstov/Projects/other/sqlalchemy-firebird-async/.venv/lib/python3.13/site-packages/_pytest/nodes.py:329: PytestUnknownMarkWarning: Unknown pytest.mark.backend - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    marker_ = getattr(MARK_GEN, marker)

.venv/lib/python3.13/site-packages/_pytest/nodes.py:329
  /home/itolstov/Projects/other/sqlalchemy-firebird-async/.venv/lib/python3.13/site-packages/_pytest/nodes.py:329: PytestUnknownMarkWarning: Unknown pytest.mark.sparse_driver_backend - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    marker_ = getattr(MARK_GEN, marker)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BitwiseTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bitwise[<lambda>-expected0-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BitwiseTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bitwise[<lambda>-expected1-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BitwiseTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bitwise[<lambda>-expected2-_exclusions_02] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BitwiseTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bitwise[<lambda>-expected3-_exclusions_03] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BitwiseTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bitwise[<lambda>-expected4-_exclusions_04] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BitwiseTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bitwise[<lambda>-expected5-_exclusions_05] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[(2)-(3)] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[(2)-[brack]] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[(2)-col%p] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[(2)-plainname] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[[brackets]-(3)] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[[brackets]-[brack]] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[[brackets]-col%p] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[[brackets]-plainname] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[per % cent-(3)] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[per % cent-[brack]] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[per % cent-col%p] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[per % cent-plainname] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[plain-(3)] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[plain-[brack]] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[plain-col%p] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_comments[plain-plainname] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[(2)-(3)] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[(2)-[brack]] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[(2)-col%p] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[(2)-plainname] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[[brackets]-(3)] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[[brackets]-[brack]] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[[brackets]-col%p] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[[brackets]-plainname] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[per % cent-(3)] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[per % cent-[brack]] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[per % cent-col%p] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[per % cent-plainname] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[plain-(3)] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[plain-[brack]] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[plain-col%p] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::BizarroCharacterTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_identity[plain-plainname] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::CollateTest_firebird_firebird_async+firebird_async_async_4_0_0::test_collate_order_by (call)' : custom function
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_inline[False-MyInline] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_inline[False-None] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_inline[False-my_inline] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_inline[True-MyInline] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_inline[True-None] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_inline[True-my_inline] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_mixed[False] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_mixed[True] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_no_constraint[False] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_no_constraint[True] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_standalone[False-MyCkConst] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_standalone[False-None] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_standalone[False-my_ck_const] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_standalone[True-MyCkConst] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_standalone[True-None] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_check_constraint_standalone[True-my_ck_const] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_key_options[None-CASCADE-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_key_options[None-None-RESTRICT-_exclusions_04] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_key_options[None-None-SET NULL-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_key_options[None-RESTRICT-None-_exclusions_05] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_key_options[expected2-None-NO ACTION-_exclusions_02] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_key_options[expected3-NO ACTION-None-_exclusions_03] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_index_column_order[False] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_index_column_order[True] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_covering_index (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_expression_based_indexes (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_server_defaults[Boolean-default2-1|true-_exclusions_02] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_server_defaults[DateTime-default5-current_timestamp|now|getdate-_exclusions_05] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_server_defaults[Integer-10-'?10'?-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_server_defaults[Integer-default0-'?10'?-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_server_defaults[Integer-default3-3\\+5-_exclusions_03] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_server_defaults[Integer-default4-3\\*5-_exclusions_04] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_server_defaults[Integer-default6-3\\+5-_exclusions_06] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_string_length_reflection[NCHAR-_exclusions_04] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTestExtra_firebird_firebird_async+firebird_async_async_4_0_0::test_string_length_reflection[NVARCHAR-_exclusions_03] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_column_collation_reflection (call)' : custom function
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_comments_unicode (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_comments_unicode_full (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_dialect_initialize (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_columns[False-True-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_columns[True-True-_exclusions_03] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_comments (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_comments_with_schema (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_default_schema_name (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_foreign_keys[True-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_indexes[True-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_inter_schema_foreign_keys (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_check_constraints[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_columns[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_foreign_keys[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_indexes[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_pk_constraint[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_multi_unique_constraints[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_noncol_index[noncol_idx_test_nopk-noncol_idx_nopk] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_noncol_index[noncol_idx_test_pk-noncol_idx_pk] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_pk_constraint[True-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_schema_names (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_schema_names_w_translate_map (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_table_names[True-_exclusions_00-None-_exclusions_10] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_table_names[True-_exclusions_00-foreign_key-_exclusions_11] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_table_options[True-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_temp_table_columns (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_temp_table_indexes (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_temp_table_names (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_temp_table_unique_constraints (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_temp_view_columns (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_temp_view_names (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_unique_constraints[False-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_unique_constraints[True-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_unique_constraints_quoted_name[UQ_email] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_unique_constraints_quoted_name[mixedCaseUQ] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_unique_constraints_quoted_name[uq.with.dots] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_unique_constraints_quoted_name[uq_email] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_view_definition[True-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_view_names[True-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_schema (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_schema_w_translate_map (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options[True-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.ANY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.DEFAULT-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-<lambda>-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_not_existing_table[get_check_constraints-_exclusions_06] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_not_existing_table[get_table_comment-_exclusions_07] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_not_existing_table[get_table_options-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_not_existing_table[get_unique_constraints-_exclusions_05] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_reflect_table_temp_table (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ComponentReflectionTest_firebird_firebird_async+firebird_async_async_4_0_0::test_schema_cache (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::CompoundSelectTest_firebird_firebird_async+firebird_async_async_4_0_0::test_limit_offset_in_unions_from_alias (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::CompoundSelectTest_firebird_firebird_async+firebird_async_async_4_0_0::test_limit_offset_selectable_in_unions (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::CompoundSelectTest_firebird_firebird_async+firebird_async_async_4_0_0::test_order_by_selectable_in_unions (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::DateTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::DateTimeCoercedToDateTimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::DateTimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::DeprecatedCompoundSelectTest_firebird_firebird_async+firebird_async_async_4_0_0::test_limit_offset_selectable_in_unions (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::DeprecatedCompoundSelectTest_firebird_firebird_async+firebird_async_async_4_0_0::test_order_by_selectable_in_unions (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_in_heterogeneous_two_tuple_bindparam (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_in_heterogeneous_two_tuple_direct (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_in_heterogeneous_two_tuple_text_bindparam (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_in_heterogeneous_two_tuple_text_bindparam_non_tuple (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_in_heterogeneous_two_tuple_typed_bindparam_non_tuple (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_in_two_tuple_bindparam (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_in_two_tuple_direct (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_heterogeneous_tuples_bindparam (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_heterogeneous_tuples_direct (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_homogeneous_tuples_bindparam (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ExpandingBoundInTest_firebird_firebird_async+firebird_async_async_4_0_0::test_empty_homogeneous_tuples_direct (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_bound_fetch_offset (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_expr_fetch_offset (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fetch_offset_no_order (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fetch_offset_nobinds (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fetch_offset_percent (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fetch_offset_percent_ties (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fetch_offset_ties (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_fetch_offset_ties_exact_number (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_simple_fetch (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_simple_fetch_offset (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_simple_fetch_percent (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_simple_fetch_percent_ties (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::FetchLimitOffsetTest_firebird_firebird_async+firebird_async_async_4_0_0::test_simple_fetch_ties (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::FutureTableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_add_table_comment (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::FutureTableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_create_index_if_not_exists (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::FutureTableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_create_table_if_not_exists (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::FutureTableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_create_table_schema (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::FutureTableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_drop_index_if_exists (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::FutureTableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_drop_table_comment (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::FutureTableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_drop_table_if_exists (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::HasIndexTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_index_schema[dialect] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::HasIndexTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_index_schema[inspector] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::HasSequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_sequence_names_no_sequence_schema (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::HasSequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_sequence_names_sequences_schema (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::HasSequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_sequence_default_not_in_remote (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::HasSequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_sequence_remote_not_in_default (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::HasSequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_sequence_schema (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::HasSequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_sequence_schemas_neg (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::HasTableTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_table_nonexistent_schema (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::HasTableTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_table_schema (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::HasTableTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_table_temp_table (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::HasTableTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_table_temp_view (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::HasTableTest_firebird_firebird_async+firebird_async_async_4_0_0::test_has_table_view_schema (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_not_regexp_match (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_regexp_match[(b|c)-expected5] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_regexp_match[9cde-expected3] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_regexp_match[^(b|c)-expected6] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_regexp_match[^a-expected4] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_regexp_match[^abc-expected2] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_regexp_match[a.cde-expected0] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_regexp_match[abc-expected1] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::LikeFunctionsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_regexp_replace (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::LongNameBlowoutTest_firebird_firebird_async+firebird_async_async_4_0_0::test_long_convention_name[ck-_exclusions_03] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::LongNameBlowoutTest_firebird_firebird_async+firebird_async_async_4_0_0::test_long_convention_name[uq-_exclusions_04] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_infinity_floats (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_many_significant_digits (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::NumericTest_firebird_firebird_async+firebird_async_async_4_0_0::test_numeric_no_decimal (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::PostCompileParamsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_execute_tuple_expanding_plus_literal_execute (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::PostCompileParamsTest_firebird_firebird_async+firebird_async_async_4_0_0::test_execute_tuple_expanding_plus_literal_heterogeneous_execute (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_check_constraints[quote " two-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_check_constraints[quote ' one-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_table_comment[quote " two-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_table_comment[quote ' one-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_unique_constraints[quote " two-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::QuotedNameArgumentTest_firebird_firebird_async+firebird_async_async_4_0_0::test_get_unique_constraints[quote ' one-_exclusions_00] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-not_sort_by_parameter_order-UUID] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-not_sort_by_parameter_order-generic_native_uuid] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-not_sort_by_parameter_order-generic_native_uuid_str] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-not_sort_by_parameter_order-non_native_uuid] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-not_sort_by_parameter_order-non_native_uuid_str] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-LargeBinary1] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-LargeBinary2] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-UUID] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-generic_native_uuid] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-generic_native_uuid_str] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-non_native_uuid] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-non_native_uuid_str] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-LargeBinary1] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-LargeBinary2] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-UUID] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-generic_native_uuid] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-generic_native_uuid_str] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-non_native_uuid] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-non_native_uuid_str] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-LargeBinary1] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-LargeBinary2] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-UUID] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-generic_native_uuid] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-generic_native_uuid_str] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-non_native_uuid] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-non_native_uuid_str] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[multiple_rows-not_sort_by_parameter_order-type_1-8.5514716-True-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[multiple_rows-not_sort_by_parameter_order-type_3-8.5514-True-_exclusions_03] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[multiple_rows-sort_by_parameter_order-type_1-8.5514716-True-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[multiple_rows-sort_by_parameter_order-type_3-8.5514-True-_exclusions_03] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[not_multiple_rows-not_sort_by_parameter_order-type_1-8.5514716-True-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[not_multiple_rows-not_sort_by_parameter_order-type_3-8.5514-True-_exclusions_03] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[not_multiple_rows-sort_by_parameter_order-type_1-8.5514716-True-_exclusions_01] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::ReturningTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_w_floats[not_multiple_rows-sort_by_parameter_order-type_3-8.5514-True-_exclusions_03] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_update_delete_rowcount_return_defaults[delete-implicit_returning] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_update_delete_rowcount_return_defaults[delete-not_implicit_returning] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_update_delete_rowcount_return_defaults[update-implicit_returning] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::RowCountTest_firebird_firebird_async+firebird_async_async_4_0_0::test_update_delete_rowcount_return_defaults[update-not_implicit_returning] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::SequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_roundtrip_translate[False] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::SequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_insert_roundtrip_translate[True] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::SequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_nextval_direct_schema_translate (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::SequenceTest_firebird_firebird_async+firebird_async_async_4_0_0::test_optional_seq (call)' : no sequence support, or sequences not optional
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::SimpleUpdateDeleteTest_firebird_firebird_async+firebird_async_async_4_0_0::test_delete_returning[emptyin] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::SimpleUpdateDeleteTest_firebird_firebird_async+firebird_async_async_4_0_0::test_delete_returning[norows] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::SimpleUpdateDeleteTest_firebird_firebird_async+firebird_async_async_4_0_0::test_delete_returning[rows] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::SimpleUpdateDeleteTest_firebird_firebird_async+firebird_async_async_4_0_0::test_update_returning[emptyin] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::SimpleUpdateDeleteTest_firebird_firebird_async+firebird_async_async_4_0_0::test_update_returning[norows] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::SimpleUpdateDeleteTest_firebird_firebird_async+firebird_async_async_4_0_0::test_update_returning[rows] (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::TableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_add_table_comment (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::TableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_create_index_if_not_exists (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::TableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_create_table_if_not_exists (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::TableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_create_table_schema (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::TableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_drop_index_if_exists (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::TableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_drop_table_comment (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::TableDDLTest_firebird_firebird_async+firebird_async_async_4_0_0::test_drop_table_if_exists (call)' : marked as skip
SKIPPED [1] .venv/lib/python3.13/site-packages/sqlalchemy/testing/config.py:430: 'tests/test_compliance.py::TimeTest_firebird_firebird_async+firebird_async_async_4_0_0::test_literal (call)' : marked as skip
================ 639 passed, 751 skipped, 3 warnings in 42.71s =================
