Changeset: 6fb561533e97 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6fb561533e97 Modified Files: sql/server/sql_parser.y Branch: geo Log Message:
removed two stray ',' according to testweb error diffs (14 lines): diff --git a/sql/server/sql_parser.y b/sql/server/sql_parser.y --- a/sql/server/sql_parser.y +++ b/sql/server/sql_parser.y @@ -542,8 +542,8 @@ int yydebug=1; %left <operation> '/' '%' %left <operation> '~' -%left <operatio> GEOM_OVERLAP GEOM_OVERLAP_OR_ABOVE, GEOM_OVERLAP_OR_BELOW GEOM_OVERLAP_OR_LEFT -%left <operatio> GEOM_OVERLAP_OR_RIGHT GEOM_BELOW, GEOM_ABOVE GEOM_DIST +%left <operatio> GEOM_OVERLAP GEOM_OVERLAP_OR_ABOVE GEOM_OVERLAP_OR_BELOW GEOM_OVERLAP_OR_LEFT +%left <operatio> GEOM_OVERLAP_OR_RIGHT GEOM_BELOW GEOM_ABOVE GEOM_DIST /* %left <geom_operation> "&&" "&<" "&<|" "&>" "<<" "<<|" ">>" "@" "|&>" "|>>" "~=" "<->" _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
