Commit 7906233f authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

ZSQLCatalog: _getCatalogSchema can be called without transaction.

parent 0843d2b2
......@@ -980,7 +980,7 @@ class Catalog(Folder,
error=True,
)
return result
for row in method():
for row in method(isolation_level__=None):
result.setdefault(row.TABLE_NAME, []).append(row.COLUMN_NAME)
return result
......
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