<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/backends/sqlite/test_operations.py, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2026-01-16T14:15:53Z</updated>
<entry>
<title>Refs #36822 -- Hoisted bulk_batch_size() implementations to base backend.</title>
<updated>2026-01-16T14:15:53Z</updated>
<author>
<name>JaeHyuck Sa</name>
<email>wogur981208@gmail.com</email>
</author>
<published>2026-01-15T13:06:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b98075dc6205374746cf1ad6d3533b9a1d9cf22e'/>
<id>urn:sha1:b98075dc6205374746cf1ad6d3533b9a1d9cf22e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36430 -- Removed artificially low limit on single field bulk operations on SQLite.</title>
<updated>2025-08-21T14:47:41Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-06-04T01:43:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a2ce4900a63f91f0cc685ac157762610c199c391'/>
<id>urn:sha1:a2ce4900a63f91f0cc685ac157762610c199c391</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36143 -- Made max_query_params respect SQLITE_LIMIT_VARIABLE_NUMBER.</title>
<updated>2025-05-08T10:37:11Z</updated>
<author>
<name>Sage Abdullah</name>
<email>me@laymonage.com</email>
</author>
<published>2025-05-08T07:10:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=358fd21c47cdf7bda520ce73c5cfd82bba57827b'/>
<id>urn:sha1:358fd21c47cdf7bda520ce73c5cfd82bba57827b</id>
<content type='text'>
Co-authored-by: Xavier Frankline &lt;xf.xavierfrank@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #36118 -- Accounted for multiple primary keys in bulk_update max_batch_size.</title>
<updated>2025-01-29T09:11:54Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-01-27T09:28:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=5a2c1bc07d126ce32efaa157e712a8f3a7457b74'/>
<id>urn:sha1:5a2c1bc07d126ce32efaa157e712a8f3a7457b74</id>
<content type='text'>
Co-authored-by: Simon Charette &lt;charette.s@gmail.com&gt;
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31479 -- Added support to reset sequences on SQLite.</title>
<updated>2020-04-21T08:41:47Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-04-18T16:38:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=75866b93cc285c87cfc764a32d081493b19c1dc5'/>
<id>urn:sha1:75866b93cc285c87cfc764a32d081493b19c1dc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on PostgreSQL.</title>
<updated>2020-04-17T09:57:24Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-04-15T09:20:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=75410228dfd16e49eb3c0ea30b59b4c0d2ea6b03'/>
<id>urn:sha1:75410228dfd16e49eb3c0ea30b59b4c0d2ea6b03</id>
<content type='text'>
The sql_flush() positional argument sequences is replaced by the boolean
keyword-only argument reset_sequences. This ensures that the old
function signature can't be used by mistake when upgrading Django. When
the new argument is True, the sequences of the truncated tables will
reset. Using a single boolean value, rather than a list, allows making a
binary yes/no choice as to whether to reset all sequences rather than a
working on a completely different set.
</content>
</entry>
<entry>
<title>Added test coverage for DatabaseOperations.sql_flush().</title>
<updated>2020-04-17T07:52:43Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-04-15T09:20:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8bcca47e8356521f52f0738d9633befd53007cae'/>
<id>urn:sha1:8bcca47e8356521f52f0738d9633befd53007cae</id>
<content type='text'>
</content>
</entry>
</feed>
