mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 14:28:22 +00:00
Fix merge skew with number literals
This commit is contained in:
parent
e9c5567b04
commit
b8fe800da5
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ fn parse_set() {
|
|||
Statement::SetVariable {
|
||||
local: false,
|
||||
variable: "a".into(),
|
||||
value: SetVariableValue::Literal(Value::Long(0)),
|
||||
value: SetVariableValue::Literal(number("0")),
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue