◐ Shell
clean mode source ↗

bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks by erlend-aasland · Pull Request #27588 · python/cpython

Erlend E. Aasland added 2 commits

August 4, 2021 11:07

Erlend E. Aasland added 2 commits

August 4, 2021 12:29

serhiy-storchaka

serhiy-storchaka

serhiy-storchaka

serhiy-storchaka

@erlend-aasland erlend-aasland changed the title bpo-44822: Pass string size to sqlite3_result_text() bpo-44822: Don't truncate strs with embedded NULL chars returned by sqlite3 UDF callbacks

Aug 4, 2021

serhiy-storchaka

@serhiy-storchaka

serhiy-storchaka

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Aug 5, 2021
… `sqlite3` UDF callbacks (pythonGH-27588)

(cherry picked from commit 8f010dc)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>

miss-islington added a commit that referenced this pull request

Aug 6, 2021
… `sqlite3` UDF callbacks (GH-27588)

(cherry picked from commit 8f010dc)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>

erlend-aasland pushed a commit to erlend-aasland/cpython that referenced this pull request

Aug 6, 2021
…ned by `sqlite3` UDF callbacks (pythonGH-27588).

(cherry picked from commit 8f010dc)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>