summaryrefslogtreecommitdiff
path: root/tests/backends/sqlite/test_operations.py
AgeCommit message (Expand)Author
2026-01-16Refs #36822 -- Hoisted bulk_batch_size() implementations to base backend.JaeHyuck Sa
2025-08-21Fixed #36430 -- Removed artificially low limit on single field bulk operation...Jacob Walls
2025-05-08Fixed #36143 -- Made max_query_params respect SQLITE_LIMIT_VARIABLE_NUMBER.Sage Abdullah
2025-01-29Fixed #36118 -- Accounted for multiple primary keys in bulk_update max_batch_...Sarah Boyce
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-04-21Fixed #31479 -- Added support to reset sequences on SQLite.Jon Dufresne
2020-04-17Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...Jon Dufresne
2020-04-17Added test coverage for DatabaseOperations.sql_flush().Jon Dufresne