diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2016-01-09 21:30:19 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2016-01-21 10:47:15 +0100 |
| commit | f91b5a7e4b2ac436b1fe3065b23217543d0f54c1 (patch) | |
| tree | de35279fa5162111654cc04d706db5ecf78217ca /tests/templates | |
| parent | ee596888e1149864e7828f5cf63c0eda395744c3 (diff) | |
Fixed #26063 -- Crash when passing > 2000 params.
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.
Diffstat (limited to 'tests/templates')
0 files changed, 0 insertions, 0 deletions
