Remove method that is now unused as a result of changes in rev. 14179
svn: r14183
This commit is contained in:
parent
030af7b07b
commit
4268634b1f
@ -330,12 +330,6 @@ class DbBsddb(DbBsddbRead, DbWriteBase, UpdateCallback):
|
|||||||
with BSDDBTxn(self.env, self.metadata) as txn:
|
with BSDDBTxn(self.env, self.metadata) as txn:
|
||||||
txn.put('mediapath', path)
|
txn.put('mediapath', path)
|
||||||
|
|
||||||
def set_column_order(self, col_list, name):
|
|
||||||
if self.metadata and not self.readonly:
|
|
||||||
# Start transaction
|
|
||||||
with BSDDBTxn(self.env, self.metadata) as txn:
|
|
||||||
txn.put(name, col_list)
|
|
||||||
|
|
||||||
@catch_db_error
|
@catch_db_error
|
||||||
def version_supported(self):
|
def version_supported(self):
|
||||||
dbversion = self.metadata.get('version', default=0)
|
dbversion = self.metadata.get('version', default=0)
|
||||||
|
Loading…
Reference in New Issue
Block a user