mirror of
https://github.com/django/django.git
synced 2025-10-24 06:06:09 +00:00
SQLite used INSERT INTO tbl SELECT %s UNION SELECT %s, the problem
was that there should have been UNION ALL instead of UNION.
Refs #19351
Backpatch of a27582484c