forked from duckdb/duckdb
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
full revert on the idea not to allow spaces in PGQ arrow specifications
now, we allow them so the <-> and <- symbols were removed again. This change of thought was triggered by the mayhem the new lexical symbols were causing: ================================================================================ Query unexpectedly failed (test/optimizer/move_constants.test:101) ================================================================================ EXPLAIN SELECT -1*X<-5 FROM test; ================================================================================ Actual result: Parser Error: syntax error at or near "<-" LINE 1: EXPLAIN SELECT -1*X<-5 FROM test but the main result of this PR is still: you can now type ->* without spaces
- Loading branch information
peter
authored and
peter
committed
Nov 18, 2024
1 parent
f27ad97
commit 9ee35ae
Showing
5 changed files
with
19,614 additions
and
19,679 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.