Someday SQL will understand this
03.12.2024 16:05
๐ 2
๐ 0
๐ฌ 0
๐ 0
Someday SQL will understand this
In their recent paper on pipe syntax for SQL, Google argues that "|" creates a parsing ambiguity with bitwise OR (without clarifying that it's their presumption of an LALR(1) parser generator) so they standardized on the carpal-tunnel inducing "|>" symbol. PEG parsers don't have this problem ๐ช