commit | 0518f470b1bb99b0b8878224942ebf1e18d1e74f | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Wed Feb 01 22:20:12 2012 +0200 |
committer | Petri Lehtinen <petri@digip.org> | Wed Feb 01 22:20:13 2012 +0200 |
tree | b29a19f36e098881236b45dabc286f1799d08e88 | |
parent | 6ab9813605213dafaea23e2907d25467b6a52178 [diff] [blame] |
sqlite3: Handle strings with embedded zeros correctly Closes #13676.
diff --git a/Misc/NEWS b/Misc/NEWS index 2884bba..55f2506 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -90,6 +90,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.