<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/sqlite3, branch faster-bytes-iter</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-40784: Fix sqlite3 deterministic test (GH-20448)</title>
<updated>2020-05-28T23:27:31+00:00</updated>
<author>
<name>Erlend Egeberg Aasland</name>
<email>erlend.aasland@innova.no</email>
</author>
<published>2020-05-28T23:27:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=c610d970f5373b143bf5f5900d4645e6a90fb460'/>
<id>c610d970f5373b143bf5f5900d4645e6a90fb460</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942)</title>
<updated>2020-03-21T13:53:28+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2020-03-21T13:53:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=b146568dfcbcd7409c724f8917e4f77433dd56e4'/>
<id>b146568dfcbcd7409c724f8917e4f77433dd56e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190)</title>
<updated>2019-09-17T06:20:56+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-09-17T06:20:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=f669581a9527afb0d2325f9845a86715c0ba365d'/>
<id>f669581a9527afb0d2325f9845a86715c0ba365d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)</title>
<updated>2019-09-16T17:15:18+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-09-16T17:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=8debfa50407107ff2329d01081cdc12d359f1d12'/>
<id>8debfa50407107ff2329d01081cdc12d359f1d12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)</title>
<updated>2019-07-13T03:15:48+00:00</updated>
<author>
<name>gescheit</name>
<email>gescheit@yandex-team.ru</email>
</author>
<published>2019-07-13T03:15:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=b9a0376b0dedf16a2f82fa43d851119d1f7a2707'/>
<id>b9a0376b0dedf16a2f82fa43d851119d1f7a2707</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386)</title>
<updated>2019-06-26T01:16:24+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2019-06-26T01:16:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=c6a2320e876354ee62cf8149b849bcff9492d38a'/>
<id>c6a2320e876354ee62cf8149b849bcff9492d38a</id>
<content type='text'>
The sqlite3 module now raises TypeError, rather than ValueError, if
operation argument type is not str: execute(), executemany() and
calling a connection.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The sqlite3 module now raises TypeError, rather than ValueError, if
operation argument type is not str: execute(), executemany() and
calling a connection.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)</title>
<updated>2018-12-17T14:52:45+00:00</updated>
<author>
<name>Zackery Spytz</name>
<email>zspytz@gmail.com</email>
</author>
<published>2018-12-17T14:52:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=842acaab1376c5c84fd5966bb6070e289880e1ca'/>
<id>842acaab1376c5c84fd5966bb6070e289880e1ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32788: Better error handling in sqlite3. (GH-3723)</title>
<updated>2018-12-10T14:06:08+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-12-10T14:06:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=fc662ac332443a316a120fa5287c235dc4f8739b'/>
<id>fc662ac332443a316a120fa5287c235dc4f8739b</id>
<content type='text'>
Propagate unexpected errors (like MemoryError and KeyboardInterrupt) to user.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Propagate unexpected errors (like MemoryError and KeyboardInterrupt) to user.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113)</title>
<updated>2018-12-05T17:50:26+00:00</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2018-12-05T17:50:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=5b25f1d03100e2283c1b129d461ba68ac0169a14'/>
<id>5b25f1d03100e2283c1b129d461ba68ac0169a14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34041: Allow creating deterministic functions in Connection.create_function() (GH-8086)</title>
<updated>2018-07-08T07:09:20+00:00</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2018-07-08T07:09:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=0830858aeedecc9ece60349f8c31c2690d1a99f8'/>
<id>0830858aeedecc9ece60349f8c31c2690d1a99f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
