Flyingfish/issue1590 (#1708)

This commit is contained in:
flyingfish
2024-09-24 20:00:04 +08:00
committed by GitHub
parent 89b9c694be
commit e410611a7c

View File

@@ -127,6 +127,7 @@ public class QueryUtils {
|| type.equalsIgnoreCase("float")
|| type.equalsIgnoreCase("double")
|| type.equalsIgnoreCase("numeric")
|| type.toLowerCase().startsWith("decimal")
|| type.toLowerCase().startsWith("uint")
|| type.toLowerCase().startsWith("int");
}