[Python-checkins] r59184 - python/branches/release25-maint/Modules/_sqlite/statement.c python/branches/release25-maint/Modules/_sqlite/util.c

skip at pobox.com skip at pobox.com
Sun Nov 25 19:33:39 CET 2007


    - 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.

Seems to work on the trunk as well.

Thx,

Skip


More information about the Python-checkins mailing list