This is an automated email from the ASF dual-hosted git repository.
iffyio pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-sqlparser-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 779dcf91 `GenericDialect`: Support pipe operator (#2012)
779dcf91 is described below
commit 779dcf91f62bc72c89ee0815725fc626c2204d43
Author: Simon Vandel Sillesen <[email protected]>
AuthorDate: Sat Aug 23 09:11:29 2025 +0200
`GenericDialect`: Support pipe operator (#2012)
---
src/dialect/generic.rs | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/dialect/generic.rs b/src/dialect/generic.rs
index b4c3ef02..dffc5b52 100644
--- a/src/dialect/generic.rs
+++ b/src/dialect/generic.rs
@@ -64,6 +64,10 @@ impl Dialect for GenericDialect {
true
}
+ fn supports_pipe_operator(&self) -> bool {
+ true
+ }
+
fn supports_start_transaction_modifier(&self) -> bool {
true
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]