]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 21 Mar 2020 14:32:25 +0000 (07:32 -0700)
committerGitHub <noreply@github.com>
Sat, 21 Mar 2020 14:32:25 +0000 (07:32 -0700)
commit687f5921a46cf95c2a648d8031f9e99cdcc3e6b7
tree3c1336581057da00284ddee7d8d5863a7ec4e287
parentba26bf30940f4347fedcf8ebc374c6e2dc375afa
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942)

(cherry picked from commit b146568dfcbcd7409c724f8917e4f77433dd56e4)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/sqlite3.rst
Lib/sqlite3/test/regression.py
Lib/sqlite3/test/types.py
Misc/NEWS.d/next/Library/2020-03-11-23-08-25.bpo-39652.gbasrk.rst [new file with mode: 0644]
Modules/_sqlite/cursor.c