Skip to content
This repository was archived by the owner on Dec 25, 2019. It is now read-only.

Commit abf68c6

Browse files
authored
Merge pull request #138 from andygrove/fix-skew
Fix merge skew with number literals
2 parents e9c5567 + b8fe800 commit abf68c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/sqlparser_postgres.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ fn parse_set() {
280280
Statement::SetVariable {
281281
local: false,
282282
variable: "a".into(),
283-
value: SetVariableValue::Literal(Value::Long(0)),
283+
value: SetVariableValue::Literal(number("0")),
284284
}
285285
);
286286

0 commit comments

Comments
 (0)