Skip to content

Commit

Permalink
add issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmedal committed Dec 27, 2024
1 parent 0ed3a4a commit e9c3305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sqlparser_common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2967,6 +2967,7 @@ fn test_compound_expr() {
#[test]
fn test_double_value() {
// TODO: support double value for dialect that supports unquoted hyphenated identifiers
// see issue: https://github.com/apache/datafusion-sqlparser-rs/issues/1622
let dialects = all_dialects_where(|dialect| !dialect.support_unquoted_hyphenated_identifiers());
let test_cases = vec![
gen_number_case_with_sign("0."),
Expand Down

0 comments on commit e9c3305

Please sign in to comment.