MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / test_values_with_boolean_selects

Route test_values_with_boolean_selects

test/orm/test_deprecations.py:None–None  ·  view source on GitHub ↗
testing.fails_on(
        "postgresql+pg8000",
        "pg8000 parses the SQL itself before passing on "
        "to PG, doesn't parse this",
    )

Source from the content-addressed store, hash-verified

1from unittest.mock import call
2from unittest.mock import Mock
3
4import sqlalchemy as sa

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected