Commit abbec180 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Revert "ZSQLCatalog: force using READ COMMITTED isolation level in...

Revert "ZSQLCatalog: force using READ COMMITTED isolation level in getPathDictForUidList and getUidDictForPathList."

This reverts commit 4d1b48ec.
parent f6a6d304
......@@ -1585,7 +1585,6 @@ class Catalog(Folder,
path=None, # BBB
path_list=path_list,
uid_only=False, # BBB
isolation_level__='READ-COMMITTED',
)
}
......@@ -1600,7 +1599,6 @@ class Catalog(Folder,
uid=None, # BBB
uid_list=uid_list,
path_only=False, # BBB
isolation_level__='READ-COMMITTED',
)
}
......
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