We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815854f commit 2b7d116Copy full SHA for 2b7d116
tests/sqlparser_common.rs
@@ -939,13 +939,15 @@ fn parse_listagg() {
939
quote_style: None,
940
}),
941
asc: None,
942
+ nulls_first: None,
943
},
944
OrderByExpr {
945
expr: Expr::Identifier(Ident {
946
value: "username".to_string(),
947
948
949
950
+ nulls_first: None
951
952
];
953
assert_eq!(
0 commit comments