• Gregory P. Smith's avatar
    bsddb 4.1.6: · 455d46f0
    Gregory P. Smith yazdı
     * Extended DB & DBEnv set_get_returns_none functionality to take a
       "level" instead of a boolean flag.  The boolean 0 and 1 values still
       have the same effect.  A value of 2 extends the "return None instead
       of raising an exception" behaviour to the DBCursor set methods.
       This will become the default behaviour in pybsddb 4.2.
     * Fixed a typo in DBCursor.join_item method that made it crash instead
       of returning a value.  Obviously nobody uses it.  Wrote a test case
       for join and join_item.
    455d46f0
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
test_all.py Loading commit data...
test_associate.py Loading commit data...
test_basics.py Loading commit data...
test_compat.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_queue.py Loading commit data...
test_recno.py Loading commit data...
test_thread.py Loading commit data...