commit | 0aa6562913cabefa050fb6f4ab7b1289cde45286 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Sep 11 13:27:19 2014 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Sep 11 13:27:19 2014 +0300 |
tree | d5a22bfb7956d4e32dc23e014598642dd92111ea | |
parent | 17c01785ee12331fb8cf782ded90a5eaed0b88e1 [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.