Commit 426965f7 authored by wenjie.zheng's avatar wenjie.zheng

SQLCatalog.py: update to the last version.

parent 8bfa04b1
......@@ -2122,7 +2122,7 @@ class Catalog(Folder,
result = script(value)
return result
def _buildQueryFromAbstractSyntaxTreeNode(self, node, search_key, wrap):
def _buildQueryFromAbstractSyntaxTreeNode(self, node, search_key, wrap, ignore_unknown_columns):
"""
node
Abstract syntax tree node (see SearchText/AdvancedSearchTextParser.py,
......@@ -2915,4 +2915,4 @@ def getComparisonOperatorInstance(operator):
from Query.EntireQuery import EntireQuery
from Query.SQLQuery import SQLQuery
verifyClass(ISearchKeyCatalog, Catalog)
verifyClass(ISearchKeyCatalog, Catalog)
\ No newline at end of file
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