Snowflake-Labs / django-snowflake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for database caching

timgraham opened this issue · comments

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).