Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use 'SELECT 1', it's the more compatible. This works on most commonly used databases, like postgreSQL, mysql, mariadb, mssql (and probably others). But does _not_ work on, for example, oracle (and probably others). This is a, minimal impact, 'quick fix', better solution would be to go through Django's database backend 'is_usable' method. Fixes issue #3
- Loading branch information