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 d31efa6 commit 4435d3fCopy full SHA for 4435d3f
tests/sqlparser_bigquery.rs
@@ -857,7 +857,7 @@ fn parse_typed_struct_syntax_bigquery() {
857
assert_eq!(
858
&Expr::Struct {
859
values: vec![Expr::Value(
860
- Value::SingleQuotedString("2011-05-05".into()).with_empty_span()
+ Value::DoubleQuotedString("2011-05-05".into()).with_empty_span()
861
)],
862
fields: vec![StructField {
863
field_name: None,
0 commit comments