• Gregory P. Smith's avatar
    Backport 58532, 58533, 58534: · 0dcc3cc9
    Gregory P. Smith yazdı
     - Fix bsddb.dbtables: Don't randomly corrupt newly inserted rows by
       picking a rowid string with null bytes in it.  Such rows could not
       later be deleted, modified or individually selected.  Existing
       bsdTableDb databases created with such rows are out of luck.
     - Use mkdtemp for the test_dbtables test database environment and
       clean it up afterwards using shutil.rmtree.
    0dcc3cc9
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
test_1413192.py Loading commit data...
test_all.py Loading commit data...
test_associate.py Loading commit data...
test_basics.py Loading commit data...
test_compare.py Loading commit data...
test_compat.py Loading commit data...
test_cursor_pget_bug.py Loading commit data...
test_dbobj.py Loading commit data...
test_dbshelve.py Loading commit data...
test_dbtables.py Loading commit data...
test_env_close.py Loading commit data...
test_get_none.py Loading commit data...
test_join.py Loading commit data...
test_lock.py Loading commit data...
test_misc.py Loading commit data...
test_pickle.py Loading commit data...
test_queue.py Loading commit data...
test_recno.py Loading commit data...
test_sequence.py Loading commit data...
test_thread.py Loading commit data...