1
0
mirror of https://github.com/django/django.git synced 2025-05-29 18:26:29 +00:00
django/tests/regressiontests
Anssi Kääriäinen c7dcb1d808 [1.4.x] Fixed SQLite's collapsing of same-valued instances in bulk_create
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 a27582484cf814554907d2d1ad077852de36963f
2012-11-24 01:28:25 +02:00
..
2012-03-03 17:41:32 +00:00