Snowflake-Labs / django-snowflake

MIT License
59 stars 15 forks source link

Add support for database caching #24

Open timgraham opened 2 years ago

timgraham commented 2 years ago

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