Skip to content

Commit

Permalink
revert a behavior
Browse files Browse the repository at this point in the history
Signed-off-by: TennyZhuang <[email protected]>
  • Loading branch information
TennyZhuang committed May 24, 2024
1 parent d8b7d60 commit b7d79e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqlparser/src/parser_v2/data_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ where
Keyword::NUMERIC | Keyword::DECIMAL | Keyword::DEC => cut_err(precision_and_scale()).map(|(precision, scale)| {
DataType::Decimal(precision, scale)
}),
_ => cut_err(fail),
_ => fail,
};

trace(
Expand Down

0 comments on commit b7d79e1

Please sign in to comment.