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
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).
createcachetable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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).The text was updated successfully, but these errors were encountered: