<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/sqlite3/test, branch 3.10</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>gh-100553: Improve accuracy of sqlite3.Row iter test (GH-100555)</title>
<updated>2022-12-28T01:16:53+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2022-12-28T01:16:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=04285502ba7d90e41138b0282434372be18ac042'/>
<id>04285502ba7d90e41138b0282434372be18ac042</id>
<content type='text'>
(cherry picked from commit 3dc48dabd48864039951715816e07986a4828d80)

Co-authored-by: Nikita Sobolev &lt;mail@sobolevn.me&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 3dc48dabd48864039951715816e07986a4828d80)

Co-authored-by: Nikita Sobolev &lt;mail@sobolevn.me&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[3.10] gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (GH-9621) (#94015)</title>
<updated>2022-06-20T00:14:57+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2022-06-20T00:14:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8a1bade5106d6bc3f064eec459442fd8aa611968'/>
<id>8a1bade5106d6bc3f064eec459442fd8aa611968</id>
<content type='text'>
Co-authored-by: Erlend E. Aasland &lt;erlend.aasland@protonmail.com&gt;
(cherry picked from commit affa9f22cfd1e83a5fb413e5ce2feef9ea1a49ac)

Co-authored-by: itssme &lt;itssme3000@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Erlend E. Aasland &lt;erlend.aasland@protonmail.com&gt;
(cherry picked from commit affa9f22cfd1e83a5fb413e5ce2feef9ea1a49ac)

Co-authored-by: itssme &lt;itssme3000@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[3.10] gh-93795: Use test.support TESTFN/unlink in sqlite3 tests (GH-93796). (#93809)</title>
<updated>2022-06-14T15:41:50+00:00</updated>
<author>
<name>Erlend Egeberg Aasland</name>
<email>erlend.aasland@protonmail.com</email>
</author>
<published>2022-06-14T15:41:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8b36ce69acc5999d5eefc289e29984df5ff216aa'/>
<id>8b36ce69acc5999d5eefc289e29984df5ff216aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[3.10] gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (GH-93526) (GH-93599)</title>
<updated>2022-06-08T11:31:14+00:00</updated>
<author>
<name>Erlend Egeberg Aasland</name>
<email>erlend.aasland@protonmail.com</email>
</author>
<published>2022-06-08T11:31:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9cc0afcb8782c22575fa91756c54029c7e774dfb'/>
<id>9cc0afcb8782c22575fa91756c54029c7e774dfb</id>
<content type='text'>
(cherry picked from commit 875de61)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 875de61)</pre>
</div>
</content>
</entry>
<entry>
<title>[3.10] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#92274)</title>
<updated>2022-05-05T19:46:21+00:00</updated>
<author>
<name>Erlend Egeberg Aasland</name>
<email>erlend.aasland@protonmail.com</email>
</author>
<published>2022-05-05T19:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2a2421e538f9f7ceb419074909a313ba2c46f384'/>
<id>2a2421e538f9f7ceb419074909a313ba2c46f384</id>
<content type='text'>
* [3.10] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#29054)

(cherry picked from commit f629dcfe835e349433e4c5099381d668e8fe69c8)

Co-authored-by: Sergey Fedoseev &lt;fedoseev.sergey@gmail.com&gt;
Co-authored-by: Jelle Zijlstra &lt;jelle.zijlstra@gmail.com&gt;

* Fix ref leak in pysqlite_cursor_iternext</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [3.10] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#29054)

(cherry picked from commit f629dcfe835e349433e4c5099381d668e8fe69c8)

Co-authored-by: Sergey Fedoseev &lt;fedoseev.sergey@gmail.com&gt;
Co-authored-by: Jelle Zijlstra &lt;jelle.zijlstra@gmail.com&gt;

* Fix ref leak in pysqlite_cursor_iternext</pre>
</div>
</content>
</entry>
<entry>
<title>[3.10] gh-89301: Fix regression with bound values in traced SQLite statements (#92147)</title>
<updated>2022-05-02T16:21:13+00:00</updated>
<author>
<name>Erlend Egeberg Aasland</name>
<email>erlend.aasland@protonmail.com</email>
</author>
<published>2022-05-02T16:21:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=178d79ae67848e129958172e8a9ca4838f8503b9'/>
<id>178d79ae67848e129958172e8a9ca4838f8503b9</id>
<content type='text'>
(cherry picked from commit 721aa96540bb96700f8c4bab0b4095b43491dca1)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 721aa96540bb96700f8c4bab0b4095b43491dca1)</pre>
</div>
</content>
</entry>
<entry>
<title>[3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030)</title>
<updated>2022-02-21T00:13:04+00:00</updated>
<author>
<name>Erlend Egeberg Aasland</name>
<email>erlend.aasland@innova.no</email>
</author>
<published>2022-02-21T00:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ba457fe6f8e50ad3ef3ceffb75dee96629a42ad7'/>
<id>ba457fe6f8e50ad3ef3ceffb75dee96629a42ad7</id>
<content type='text'>
* [3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642).
(cherry picked from commit 3eb3b4f270757f66c7fb6dcf5afa416ee1582a4b)

Co-authored-by: Erlend Egeberg Aasland &lt;erlend.aasland@innova.no&gt;

* Fix test_func_return_too_large_int

GH-27613 (bpo 44839) was not backported, so exceptions differ between
main (3.11) and older versions.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642).
(cherry picked from commit 3eb3b4f270757f66c7fb6dcf5afa416ee1582a4b)

Co-authored-by: Erlend Egeberg Aasland &lt;erlend.aasland@innova.no&gt;

* Fix test_func_return_too_large_int

GH-27613 (bpo 44839) was not backported, so exceptions differ between
main (3.11) and older versions.</pre>
</div>
</content>
</entry>
<entry>
<title>[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)</title>
<updated>2021-10-07T15:49:47+00:00</updated>
<author>
<name>Christian Clauss</name>
<email>cclauss@me.com</email>
</author>
<published>2021-10-07T15:49:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cfca4a67745cb9ed040fade3fd54f5002a6e75a6'/>
<id>cfca4a67745cb9ed040fade3fd54f5002a6e75a6</id>
<content type='text'>
Fix typos in the Lib directory as identified by codespell.

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;.
(cherry picked from commit 745c9d9dfc1ad6fdfdf1d07420c6273ff67fa5be)

Co-authored-by: Christian Clauss &lt;cclauss@me.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix typos in the Lib directory as identified by codespell.

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;.
(cherry picked from commit 745c9d9dfc1ad6fdfdf1d07420c6273ff67fa5be)

Co-authored-by: Christian Clauss &lt;cclauss@me.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021)</title>
<updated>2021-08-29T10:43:48+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-08-29T10:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a49398b643b3a2e6f9cc39729c528eb1e4385b1a'/>
<id>a49398b643b3a2e6f9cc39729c528eb1e4385b1a</id>
<content type='text'>
(cherry picked from commit 07d3d54f4e84b1259b800884b202701f69e408d8)

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 07d3d54f4e84b1259b800884b202701f69e408d8)

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[3.10] bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202) (GH-27943)</title>
<updated>2021-08-28T18:26:00+00:00</updated>
<author>
<name>Erlend Egeberg Aasland</name>
<email>erlend.aasland@innova.no</email>
</author>
<published>2021-08-28T18:26:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2a80893e5c023a73ccd32cc319f4f0404f548c00'/>
<id>2a80893e5c023a73ccd32cc319f4f0404f548c00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
