<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/sqlite3/base.py, branch 5.0b1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.0b1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.0b1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2023-08-04T04:35:13Z</updated>
<entry>
<title>Fixed #34760 -- Dropped support for SQLite &lt; 3.27.</title>
<updated>2023-08-04T04:35:13Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-08-04T04:35:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2b582387d51c44fa928351ca55f05fc8b8d2986e'/>
<id>urn:sha1:2b582387d51c44fa928351ca55f05fc8b8d2986e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34201 -- Bumped minimum supported SQLite to 3.21.0.</title>
<updated>2022-12-08T04:53:18Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-12-08T04:53:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=95a101a690402076321331d56e67d896e8f6dfbc'/>
<id>urn:sha1:95a101a690402076321331d56e67d896e8f6dfbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Used super().execute/executemany() in SQLiteCursorWrapper.</title>
<updated>2022-11-08T13:19:59Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2022-11-08T13:19:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e0fb2a25b973a5e539d908f7f31112fb10622bd4'/>
<id>urn:sha1:e0fb2a25b973a5e539d908f7f31112fb10622bd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #10070 -- Added support for pyformat style parameters on SQLite.</title>
<updated>2022-11-08T11:26:39Z</updated>
<author>
<name>Ryan Cheley</name>
<email>rcheley@gmail.com</email>
</author>
<published>2022-10-30T17:44:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8e6ea1d153a852b83eaa4807301b143df1647a44'/>
<id>urn:sha1:8e6ea1d153a852b83eaa4807301b143df1647a44</id>
<content type='text'>
Co-authored-by: Nick Pope &lt;nick@nickpope.me.uk&gt;
</content>
</entry>
<entry>
<title>Removed obsolete references to pysqlite.</title>
<updated>2022-11-04T07:03:06Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2022-11-03T21:46:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0f4964535cb81c12303dd103c4bdba4891c99c2c'/>
<id>urn:sha1:0f4964535cb81c12303dd103c4bdba4891c99c2c</id>
<content type='text'>
Obsolete since 1b06d5e6f6be8e567ce78c892c485af039830d7d.
</content>
</entry>
<entry>
<title>Fixed #33960 -- Fixed migrations crash on SQLite &lt; 3.26.</title>
<updated>2022-08-29T07:55:45Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-08-29T07:55:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4483a9b12f295908e68b82d6599f460de943444f'/>
<id>urn:sha1:4483a9b12f295908e68b82d6599f460de943444f</id>
<content type='text'>
Regression in 0b95a96ee10d3e12aef01d449467bcf4641286b4.

Thanks Aristotelis Mikropoulos for the report.</content>
</entry>
<entry>
<title>Stopped using default adapters/converters on SQLite backend.</title>
<updated>2022-07-21T05:03:32Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-07-21T05:03:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0e76abb8c445647359a7c5c636a8df5e4cf7bdf9'/>
<id>urn:sha1:0e76abb8c445647359a7c5c636a8df5e4cf7bdf9</id>
<content type='text'>
Default adapters/converters were deprecated in Python 3.12,
see https://github.com/python/cpython/issues/90016.</content>
</entry>
<entry>
<title>Fixed #33379 -- Added minimum database version checks.</title>
<updated>2022-02-18T12:37:49Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2021-12-27T18:04:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9ac3ef59f9538cfb520e3607af743532434d1755'/>
<id>urn:sha1:9ac3ef59f9538cfb520e3607af743532434d1755</id>
<content type='text'>
Thanks Tim Graham for the review.
</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/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33355 -- Moved SQLite functions to separate module.</title>
<updated>2021-12-23T10:47:08Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2021-12-17T07:16:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2d991ff661f72195f3a57be66d2bbc761c923f7e'/>
<id>urn:sha1:2d991ff661f72195f3a57be66d2bbc761c923f7e</id>
<content type='text'>
Co-Authored-By: Nick Pope &lt;nick@nickpope.me.uk&gt;
</content>
</entry>
</feed>
