mirror of
https://github.com/django/django.git
synced 2025-12-11 11:50:49 +00:00
If SQLITE_MAX_VARIABLE_NUMBER (default = 999) is changed at compile time to be greater than SQLITE_MAX_COLUMN (default = 2000), which Debian does by setting the former to 250000, Django raised an exception on queries containing more than 2000 parameters when DEBUG = True. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| models.py | ||
| test_features.py | ||
| test_mysql.py | ||
| test_utils.py | ||
| tests.py | ||