Skip to content
Snippets Groups Projects
Commit 2883114c authored by Marco Biasini's avatar Marco Biasini
Browse files

don't crash when using generic props in within statement

parent 64db2dd4
No related branches found
No related tags found
No related merge requests found
......@@ -1106,6 +1106,7 @@ Node* QueryImpl::ParseWithinExpr(QueryLexer& lexer) {
// index of the query for later access.
QueryImplP q(new QueryImpl(rhs));
bracketed_expr_.push_back(q);
q->gen_prop_list_ = gen_prop_list_;
ParamType pt(WithinParam(bracketed_expr_.size()-1, rv*rv));
inversion_stack_.pop_back();
CompOP comp_op= COP_LE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment