]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Mar 2020 13:53:28 +0000 (15:53 +0200)
committerGitHub <noreply@github.com>
Sat, 21 Mar 2020 13:53:28 +0000 (15:53 +0200)
commitb146568dfcbcd7409c724f8917e4f77433dd56e4
tree716efcf61f1bef4887ca6c6db39ea0f8d49b8c57
parent684d2b9a071fa8e54749e0eec3c16aafcd642ed4
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942)
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