ERP5UserManager.enumerateUsers is used in two modes, exact_match=True and
exact_match=False. If exact_match were False, then % were added around the login, which ZSQLCatalog interprated as a KeyWord search automatically. Now that ZSQLCatalog supports forcing the query type, exact_match=True will force the use of an ExactMatch key and exact_match=False the use of a KeyWord key. This way logins containing SQL characters are now supported. This requires latest fixes to ZSQLCatalog. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22224 20353a03-c40f-0410-a6d1-a30d3c3de9de
Showing
Please register or sign in to comment