SQL parser: no "as" rule anymore; now as_clause and opt_as
Change-Id: Ib0c7151b311029318c213abb86e6541e3b27d040
This commit is contained in:
@@ -3388,7 +3388,8 @@ void OQueryDesignView::fillFunctionInfo( const ::connectivity::OSQLParseNode* p
|
||||
case OSQLParseNode::data_type:
|
||||
case OSQLParseNode::column_def:
|
||||
case OSQLParseNode::table_node:
|
||||
case OSQLParseNode::as: // Seems to never be generated?
|
||||
case OSQLParseNode::as_clause:
|
||||
case OSQLParseNode::opt_as:
|
||||
case OSQLParseNode::op_column_commalist:
|
||||
case OSQLParseNode::table_primary_as_range_column:
|
||||
case OSQLParseNode::character_string_type:
|
||||
|
Reference in New Issue
Block a user