mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-28 01:44:07 +00:00
Merge pull request #138 from andygrove/fix-skew
Fix merge skew with number literals
This commit is contained in:
commit
abf68c6af6
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