mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-09-22 05:32:29 +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 {
|
Statement::SetVariable {
|
||||||
local: false,
|
local: false,
|
||||||
variable: "a".into(),
|
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