Skip to content
New issue

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

Add support for database caching #24

Open
timgraham opened this issue Nov 20, 2021 · 0 comments
Open

Add support for database caching #24

timgraham opened this issue Nov 20, 2021 · 0 comments

Comments

@timgraham
Copy link
Collaborator

timgraham commented Nov 20, 2021

Django's database cache backend doesn't work with Snowflake because it includes SQL queries that don't quote all of the fields as Snowflake requires (e.g. expires).

Also, the createcachetable management command creates an index (which isn't supported on Snowflake).

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

No branches or pull requests

1 participant