• Victor Stinner's avatar
    Merged revisions 78898 via svnmerge from · 0201f443
    Victor Stinner yazdı
    svn+ssh://pythondev@svn.python.org/python/trunk
    
    ........
      r78898 | victor.stinner | 2010-03-13 04:27:07 +0100 (sam., 13 mars 2010) | 7 lines
    
      sqlite3: Fix a segfault on calling a connection with something else than a
      string. Initialize all attributes to be able to call the statement destructor
      on error.
    
      Avoid also a duplicate connection in some tests: setUp() does already open a
      connection (":memory:").
    ........
    0201f443
Adı
Son kayıt (commit)
Son güncelleme
..
cache.c Loading commit data...
cache.h Loading commit data...
connection.c Loading commit data...
connection.h Loading commit data...
cursor.c Loading commit data...
cursor.h Loading commit data...
microprotocols.c Loading commit data...
microprotocols.h Loading commit data...
module.c Loading commit data...
module.h Loading commit data...
prepare_protocol.c Loading commit data...
prepare_protocol.h Loading commit data...
row.c Loading commit data...
row.h Loading commit data...
sqlitecompat.h Loading commit data...
statement.c Loading commit data...
statement.h Loading commit data...
util.c Loading commit data...
util.h Loading commit data...