Skip to content

Disable redshift_connector dialect statement cache#257

Merged
Brooke-white merged 2 commits into
sqlalchemy-redshift:mainfrom
Brooke-white:main
Jul 27, 2022
Merged

Disable redshift_connector dialect statement cache#257
Brooke-white merged 2 commits into
sqlalchemy-redshift:mainfrom
Brooke-white:main

Conversation

@Brooke-white

Copy link
Copy Markdown
Contributor

fixes #244

while I disabled 'supports_statement_cache' attribute for RedshiftDialectMixin, It was incorrectly left enabled for the redshift_connector dialect.

Todos

  • MIT compatible
  • Tests
  • Documentation
  • Updated CHANGES.rst

@Brooke-white Brooke-white merged commit 2fed726 into sqlalchemy-redshift:main Jul 27, 2022
jwaterworth pushed a commit to jwaterworth/sqlalchemy-redshift that referenced this pull request Aug 5, 2022
…ft#257)

* fix(RedshiftDialect_redshift_connector): disable statement cache

* Update CHANGES.rst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SQL Computation Caching in SQLAlchemy 1.4

1 participant