We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
needs to end the transaction
diff --git a/tests/test_postgresql.py b/tests/test_postgresql.py index b41c383..8175b54 100644 --- a/tests/test_postgresql.py +++ b/tests/test_postgresql.py @@ -433,7 +433,9 @@ class PostgresqlOpTest(TestBase): context.assert_("ALTER TABLE t1 ALTER COLUMN some_column %s" % text) -class PGAutocommitBlockTest(TestBase): +from sqlalchemy.testing import fixtures + +class PGAutocommitBlockTest(fixtures.FutureEngineMixin, TestBase): __only_on__ = "postgresql" __backend__ = True
The text was updated successfully, but these errors were encountered:
Mike Bayer has proposed a fix for this issue in the master branch:
frame a transaction around autocommit https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/3130
Sorry, something went wrong.
ed3428e
No branches or pull requests
needs to end the transaction
The text was updated successfully, but these errors were encountered: