<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/backends/sqlite/tests.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-02-12T20:27:11Z</updated>
<entry>
<title>Improved error message in SQLite `DatabaseOperations.check_expression_support()`.</title>
<updated>2026-02-12T20:27:11Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2026-02-11T23:25:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=055d7a682f4923fc5a50d7c1a12fd7f52675f7e8'/>
<id>urn:sha1:055d7a682f4923fc5a50d7c1a12fd7f52675f7e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36420 -- Used actual SQLite limits in last_executed_query() quoting.</title>
<updated>2025-11-07T21:41:57Z</updated>
<author>
<name>myoungjinGo</name>
<email>myoungjingo.dev@gmail.com</email>
</author>
<published>2025-07-15T15:43:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c4e07f94ebc1f9eaa3dae7b3dc6a2b9832182a10'/>
<id>urn:sha1:c4e07f94ebc1f9eaa3dae7b3dc6a2b9832182a10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36671 -- Dropped support for SQLite &lt; 3.37.</title>
<updated>2025-10-18T19:04:11Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-10-18T19:04:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d506e4a52847ed4fb80754175d76b6b83ff90929'/>
<id>urn:sha1:d506e4a52847ed4fb80754175d76b6b83ff90929</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35412 -- Dropped support for SQLite &lt; 3.31.</title>
<updated>2024-04-29T09:07:54Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-04-28T16:22:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=85c154da2f07485a1cdc4d886eee4c1a1ef56137'/>
<id>urn:sha1:85c154da2f07485a1cdc4d886eee4c1a1ef56137</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+.</title>
<updated>2024-03-19T09:03:12Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-03-19T09:03:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=921670c6943e9c532137b7d164885f2d3ab436b8'/>
<id>urn:sha1:921670c6943e9c532137b7d164885f2d3ab436b8</id>
<content type='text'>
On SQLite, close() doesn't explicitly close in-memory connections.

Follow up to dd45d5223b3c5640baefcb591782bbcff873b6bf.</content>
</entry>
<entry>
<title>Fixed #24018 -- Allowed setting pragma options on SQLite.</title>
<updated>2024-02-16T11:59:19Z</updated>
<author>
<name>Aaron Linville</name>
<email>aaron@linville.org</email>
</author>
<published>2023-08-17T22:06:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7a05b8a2fac57e32a61726893d4601352c1d1c8d'/>
<id>urn:sha1:7a05b8a2fac57e32a61726893d4601352c1d1c8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29280 -- Made the transactions behavior configurable on SQLite.</title>
<updated>2024-01-30T10:42:34Z</updated>
<author>
<name>Anže Pečar</name>
<email>anze@pecar.me</email>
</author>
<published>2024-01-23T10:51:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a0204ac183ad6bca71707676d994d5888cf966aa'/>
<id>urn:sha1:a0204ac183ad6bca71707676d994d5888cf966aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+.</title>
<updated>2023-08-23T07:09:23Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-08-23T07:09:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=dd45d5223b3c5640baefcb591782bbcff873b6bf'/>
<id>urn:sha1:dd45d5223b3c5640baefcb591782bbcff873b6bf</id>
<content type='text'>
- backends.sqlite.tests.ThreadSharing.test_database_sharing_in_threads
- backends.tests.ThreadTests.test_default_connection_thread_local:
    on SQLite, close() doesn't explicitly close in-memory connections.
- servers.tests.LiveServerInMemoryDatabaseLockTest
- test_runner.tests.SQLiteInMemoryTestDbs.test_transaction_support

Check out https://github.com/python/cpython/pull/108015.</content>
</entry>
<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/chango.git/commit/?id=2b582387d51c44fa928351ca55f05fc8b8d2986e'/>
<id>urn:sha1:2b582387d51c44fa928351ca55f05fc8b8d2986e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:04:38Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=097e3a70c1481ee7b042b2edd91b2be86fb7b5b6'/>
<id>urn:sha1:097e3a70c1481ee7b042b2edd91b2be86fb7b5b6</id>
<content type='text'>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0
</content>
</entry>
</feed>
