Commit af363af5 authored by Sebastien Robin's avatar Sebastien Robin

add logs when buildSQLQuery is not working as expected

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21285 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6aea7b1d
......@@ -1932,6 +1932,8 @@ class Catalog(Folder,
elif key == 'uid':
# uid is always ambiguous so we can only change it here
new_key = 'catalog.uid'
else:
LOG('SQLCatalog', WARNING, 'buildSQLQuery this key is too ambiguous : %s' % key)
else:
new_key = key
if new_key is not None:
......
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