commit | 42d67af87fc2b1d297cce1cd8d762461e009f0a0 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Sep 11 13:29:05 2014 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Sep 11 13:29:05 2014 +0300 |
tree | e9ad2265f9dc6bd1f5aee05f8bc64b0d45a4d3fd | |
parent | abf68ce16474a2d252723099f1c7a6d640191123 [diff] |
Issue #21147: sqlite3 now raises an exception if the request contains a null character instead of truncate it. Based on patch by Victor Stinner.