]> granicus.if.org Git - python/commit
- Backported a workaround for a bug in SQLite 3.2.x/3.3.x versions where a
authorGerhard Häring <gh@ghaering.de>
Sun, 25 Nov 2007 17:40:35 +0000 (17:40 +0000)
committerGerhard Häring <gh@ghaering.de>
Sun, 25 Nov 2007 17:40:35 +0000 (17:40 +0000)
commit14fbf29692ab4beaddca40fa39698e02bbf6aa08
tree5bc988575b2409d16902fd376f8e25b3f3b6247c
parent664ad76a347cfa798b7229286706edd155c6aaa3
- Backported a workaround for a bug in SQLite 3.2.x/3.3.x versions where a
  statement recompilation with no bound parameters lead to a segfault
- Backported a fix necessary because of an SQLite API change in version 3.5.
  This prevents segfaults when executing empty queries, like our test suite
  does.
Modules/_sqlite/statement.c
Modules/_sqlite/util.c