Skip to content

Commit

Permalink
refactor(sqlparser): rename parse_string_agg to `parse_string_conca…
Browse files Browse the repository at this point in the history
…t` (risingwavelabs#3733)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and nasnoisaac committed Aug 9, 2022
1 parent f010646 commit 67caebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqlparser/tests/sqlparser_common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ fn parse_in_subquery() {
}

#[test]
fn parse_string_agg() {
fn parse_string_concat() {
let sql = "SELECT a || b";

let select = verified_only_select(sql);
Expand Down

0 comments on commit 67caebc

Please sign in to comment.