You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transaction class allows for a default db but its methods are not using it consistently. Default db is used in get and put, but stat takes a db parameter but there is no option to return stat for the default db. The suggested Transaction.stat signature is stat(db=None). Same for drop.
The text was updated successfully, but these errors were encountered:
Transaction
class allows for a defaultdb
but its methods are not using it consistently. Defaultdb
is used inget
andput
, butstat
takes adb
parameter but there is no option to return stat for the defaultdb
. The suggestedTransaction.stat
signature isstat(db=None)
. Same fordrop
.The text was updated successfully, but these errors were encountered: