Skip to content

Commit

Permalink
Flyingfish/issue1590 (#1708)
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingfish authored Sep 24, 2024
1 parent 89b9c69 commit e410611
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ private boolean isNumberType(String type) {
|| type.equalsIgnoreCase("float")
|| type.equalsIgnoreCase("double")
|| type.equalsIgnoreCase("numeric")
|| type.toLowerCase().startsWith("decimal")
|| type.toLowerCase().startsWith("uint")
|| type.toLowerCase().startsWith("int");
}
Expand Down

0 comments on commit e410611

Please sign in to comment.