Changes between Initial Version and Version 1 of Ticket #27833, comment 14
- Timestamp:
- Jan 22, 2025, 11:23:59 AM (36 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27833, comment 14
initial v1 1 1 Another important point is that [https://sqlite.org/releaselog/3_32_0.html SQLite 3.32] (released on 2020-05-22) increased the [https://sqlite.org/limits.html#max_variable_number default upper bound] on the number of [https://sqlite.org/lang_expr.html#varparam parameters] from 999 to 32766 so while there is still a limit that warrants the usage of `bulk_batch_size` users are way less likely to run into this issue than before. 2 3 This was [https://github.com/django/django/pull/19088/files#r1925673391 discovered by Sarah] while working on a patch for ticket-36118.