Commit 4ae3b11d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 26b50ea7
......@@ -31,7 +31,7 @@ def main():
cluster = NEOCluster(db_list=["testdata/1.sqlite"], name="test", adapter="SQLite", clear_databases=True)
cluster.start()
zout = cluster.getZODBStorage()
zout = cluster.getZODBStorage(compress=False)
zout.copyTransactionsFrom(zin)
zout.close()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment