• Aymeric Augustin's avatar
    Fixed #26063 -- Crash when passing > 2000 params. · f91b5a7e
    Aymeric Augustin yazdı
    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.
    f91b5a7e
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
models.py Loading commit data...
test_features.py Loading commit data...
test_mysql.py Loading commit data...
test_utils.py Loading commit data...
tests.py Loading commit data...