Snowflake-Labs / django-snowflake

MIT License
59 stars 15 forks source link

Treat database, role, schema, and warehouse names case-sensitively #30

Closed timgraham closed 2 years ago

timgraham commented 2 years ago

In particular, Django creates test databases prefixed with "test", and if the name isn't quoted, subsequent connections will instead use "TEST".