Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 779dcf9

Browse files
GenericDialect: Support pipe operator (#2012)
1 parent 376f47e commit 779dcf9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/dialect/generic.rs‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ impl Dialect for GenericDialect {
6464
true
6565
}
6666

67+
fn supports_pipe_operator(&self) -> bool {
68+
true
69+
}
70+
6771
fn supports_start_transaction_modifier(&self) -> bool {
6872
true
6973
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /