<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/bulk_create/tests.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-02-26T13:36:57Z</updated>
<entry>
<title>Merged regressiontests and modeltests into the test root.</title>
<updated>2013-02-26T13:36:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T08:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19351 -- SQLite bulk_insert of more than 500 single-field objs</title>
<updated>2012-11-23T23:13:12Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-11-23T22:44:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0a0a0d66b316598f7c296e8bf75749a14ce3ac49'/>
<id>urn:sha1:0a0a0d66b316598f7c296e8bf75749a14ce3ac49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed SQLite's collapsing of same-valued instances in bulk_create</title>
<updated>2012-11-23T23:12:17Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-11-23T22:28:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a27582484cf814554907d2d1ad077852de36963f'/>
<id>urn:sha1:a27582484cf814554907d2d1ad077852de36963f</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Fixed #18927 -- Fixed bulk_create tests when no has_bulk_insert</title>
<updated>2012-10-09T22:39:43Z</updated>
<author>
<name>Michael Manfre</name>
<email>mmanfre@gmail.com</email>
</author>
<published>2012-09-28T17:25:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=32ac067a6ddca465cd94fc7ee35bfe54a675979b'/>
<id>urn:sha1:32ac067a6ddca465cd94fc7ee35bfe54a675979b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #17788 -- Added batch_size argument to qs.bulk_create()</title>
<updated>2012-07-17T12:24:41Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-04-29T01:22:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=29132ebdef0e0b9c09e456b05f0e6a22f1106a4f'/>
<id>urn:sha1:29132ebdef0e0b9c09e456b05f0e6a22f1106a4f</id>
<content type='text'>
The qs.bulk_create() method did not work with large batches together
with SQLite3. This commit adds a way to split the bulk into smaller
batches. The default batch size is unlimited except for SQLite3 where
the batch size is limited to 999 SQL parameters per batch.

Thanks to everybody who participated in the discussions at Trac.
</content>
</entry>
<entry>
<title>Fixed #17653 -- Changed MySQL backend to raise a ValueError if zero is used as an AutoField value.</title>
<updated>2012-04-24T18:03:14Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-04-24T18:03:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c4e62eff9074bedb5f2242b46625c35721502989'/>
<id>urn:sha1:c4e62eff9074bedb5f2242b46625c35721502989</id>
<content type='text'>
Thanks to Sylvain Lebon for the report, krzysiumed for the patch and charettes and claudep for reviews.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@17933 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Removed with_statement imports, useless in Python &gt;= 2.6. Refs #17965. Thanks jonash for the patch.</title>
<updated>2012-03-30T08:02:08Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-03-30T08:02:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9383a2761c67d588378f3679cc6c8ea3651a73c8'/>
<id>urn:sha1:9383a2761c67d588378f3679cc6c8ea3651a73c8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17828 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Convert much of the regression tests to use absolute imports.  There's still work to be done though.</title>
<updated>2011-10-13T18:51:33Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-10-13T18:51:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d362c1546f8ad62811e5dee3cf0b43170e6e1c4c'/>
<id>urn:sha1:d362c1546f8ad62811e5dee3cf0b43170e6e1c4c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16976 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Ensure bulk_create returns the right value if the argument is an empty list.</title>
<updated>2011-09-10T21:46:59Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-09-10T21:46:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b45a4acf6f29025f28baf524809f34a14b7ccde7'/>
<id>urn:sha1:b45a4acf6f29025f28baf524809f34a14b7ccde7</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16792 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Ensure bulk_create returns what it is supposed to.</title>
<updated>2011-09-10T21:44:57Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-09-10T21:44:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f2bc919ec00457fd53f093af53ab71c7f1bcfbcd'/>
<id>urn:sha1:f2bc919ec00457fd53f093af53ab71c7f1bcfbcd</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16791 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
