<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/sqlite3, 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>Fix typo in the sqlite3 docs (GH-31915) (GH-32157)</title>
<updated>2022-03-29T04:21:27+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2022-03-29T04:21:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=370900d7d8ba29eb52e419c3163599b4ac55f121'/>
<id>370900d7d8ba29eb52e419c3163599b4ac55f121</id>
<content type='text'>
Co-authored-by: Jonathan &lt;89750679+AHypnotoad@users.noreply.github.com&gt;
(cherry picked from commit 66584c890d016e40d707400130d1cd98f2aedde9)

Co-authored-by: Jonathan &lt;jonathan.joyner94@gmail.com&gt;
Co-authored-by: Jelle Zijlstra &lt;jelle.zijlstra@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Jonathan &lt;89750679+AHypnotoad@users.noreply.github.com&gt;
(cherry picked from commit 66584c890d016e40d707400130d1cd98f2aedde9)

Co-authored-by: Jonathan &lt;jonathan.joyner94@gmail.com&gt;
Co-authored-by: Jelle Zijlstra &lt;jelle.zijlstra@gmail.com&gt;</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>bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29566)</title>
<updated>2021-11-15T23:31:38+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-11-15T23:31:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=94dad5e41e5863e03972f3f3646087fb591f73f9'/>
<id>94dad5e41e5863e03972f3f3646087fb591f73f9</id>
<content type='text'>
* bpo-45677: Avoid addressing the reader as 'you' in sqlite3 docs

* Adjust wording

* Adjust wording again

* Typo

* Update Doc/library/sqlite3.rst

Co-authored-by: Jacob Walls &lt;jacobtylerwalls@gmail.com&gt;

* Address review: adjust wording

* Update Doc/library/sqlite3.rst

Co-authored-by: Alex Waygood &lt;Alex.Waygood@Gmail.com&gt;

* Update Lib/sqlite3/__init__.py

Co-authored-by: Alex Waygood &lt;Alex.Waygood@Gmail.com&gt;

* Update Doc/library/sqlite3.rst

Co-authored-by: Alex Waygood &lt;Alex.Waygood@Gmail.com&gt;

* Update Doc/library/sqlite3.rst

Co-authored-by: Alex Waygood &lt;Alex.Waygood@Gmail.com&gt;

* Update Lib/sqlite3/__init__.py

Co-authored-by: Alex Waygood &lt;Alex.Waygood@Gmail.com&gt;

* Update Doc/library/sqlite3.rst

Co-authored-by: Alex Waygood &lt;Alex.Waygood@Gmail.com&gt;

* Apply Alex' suggestion, and apply 80 char limit to PR

* Minor adjustment

Co-authored-by: Jacob Walls &lt;jacobtylerwalls@gmail.com&gt;
Co-authored-by: Alex Waygood &lt;Alex.Waygood@Gmail.com&gt;
(cherry picked from commit 6c5a312fb6d92e879bf4c570b94e18bb9ffe5970)

Co-authored-by: Erlend Egeberg Aasland &lt;erlend.aasland@innova.no&gt;

Co-authored-by: Erlend Egeberg Aasland &lt;erlend.aasland@innova.no&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-45677: Avoid addressing the reader as 'you' in sqlite3 docs

* Adjust wording

* Adjust wording again

* Typo

* Update Doc/library/sqlite3.rst

Co-authored-by: Jacob Walls &lt;jacobtylerwalls@gmail.com&gt;

* Address review: adjust wording

* Update Doc/library/sqlite3.rst

Co-authored-by: Alex Waygood &lt;Alex.Waygood@Gmail.com&gt;

* Update Lib/sqlite3/__init__.py

Co-authored-by: Alex Waygood &lt;Alex.Waygood@Gmail.com&gt;

* Update Doc/library/sqlite3.rst

Co-authored-by: Alex Waygood &lt;Alex.Waygood@Gmail.com&gt;

* Update Doc/library/sqlite3.rst

Co-authored-by: Alex Waygood &lt;Alex.Waygood@Gmail.com&gt;

* Update Lib/sqlite3/__init__.py

Co-authored-by: Alex Waygood &lt;Alex.Waygood@Gmail.com&gt;

* Update Doc/library/sqlite3.rst

Co-authored-by: Alex Waygood &lt;Alex.Waygood@Gmail.com&gt;

* Apply Alex' suggestion, and apply 80 char limit to PR

* Minor adjustment

Co-authored-by: Jacob Walls &lt;jacobtylerwalls@gmail.com&gt;
Co-authored-by: Alex Waygood &lt;Alex.Waygood@Gmail.com&gt;
(cherry picked from commit 6c5a312fb6d92e879bf4c570b94e18bb9ffe5970)

Co-authored-by: Erlend Egeberg Aasland &lt;erlend.aasland@innova.no&gt;

Co-authored-by: Erlend Egeberg Aasland &lt;erlend.aasland@innova.no&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45612: Add sqlite3 module docstring (GH-29224) (GH-29288)</title>
<updated>2021-10-28T20:24:52+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-10-28T20:24:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=823b3e39ae12884d5aa3c98341a41b2d6f19d329'/>
<id>823b3e39ae12884d5aa3c98341a41b2d6f19d329</id>
<content type='text'>
(cherry picked from commit 4dd1e84789f0bd2da83ad06d23c569bf03713a50)

Co-authored-by: Erlend Egeberg Aasland &lt;erlend.aasland@innova.no&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 4dd1e84789f0bd2da83ad06d23c569bf03713a50)

Co-authored-by: Erlend Egeberg Aasland &lt;erlend.aasland@innova.no&gt;</pre>
</div>
</content>
</entry>
</feed>
