We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbaae64 commit 84aea6fCopy full SHA for 84aea6f
1 file changed
tests/sqlparser_mysql.rs
@@ -1975,10 +1975,7 @@ fn parse_qualified_identifiers_with_numeric_prefix() {
1975
{
1976
Some(Statement::Query(q)) => match *q.body {
1977
SetExpr::Select(s) => match s.projection.last() {
1978
- Some(SelectItem::UnnamedExpr(Expr::Value(ValueWithSpan {
1979
- value,
1980
- ..
1981
- }))) => {
+ Some(SelectItem::UnnamedExpr(Expr::Value(ValueWithSpan { value, .. }))) => {
1982
assert_eq!(&number("15e29"), value);
1983
}
1984
proj => panic!("Unexpected projection: {:?}", proj),
0 commit comments