1
0
mirror of https://github.com/django/django.git synced 2025-03-12 10:22:37 +00:00
Aymeric Augustin f91b5a7e4b 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.
2016-01-21 10:47:15 +01:00
..
2015-08-08 12:02:32 +02:00
2015-10-03 19:31:45 -04:00
2015-11-04 17:48:49 +01:00
2016-01-05 13:19:20 -05:00