mirror of
https://github.com/django/django.git
synced 2025-01-27 02:29:55 +00:00
a27582484c
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