commit | 023fe334bbb61fd4912dd6f3e02e19528333ac62 | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Wed Feb 01 22:18:19 2012 +0200 |
committer | Petri Lehtinen <petri@digip.org> | Wed Feb 01 22:18:35 2012 +0200 |
tree | bcc9603314261713798c504f4043920c738926a4 | |
parent | fc3ba6b8fc0d9212cbae676a5c84847245767464 [diff] [blame] |
sqlite3: Handle strings with embedded zeros correctly Closes #13676.
diff --git a/Misc/NEWS b/Misc/NEWS index 2f552c3..aa05096 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -113,6 +113,8 @@ Library ------- +- Issue #13676: Handle strings with embedded zeros correctly in sqlite3. + - Issue #13506: Add '' to path for IDLE Shell when started and restarted with Restart Shell. Original patches by Marco Scataglini and Roger Serwy.