mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 03:58:14 +00:00
Flyingfish/issue1590 (#1708)
This commit is contained in:
@@ -127,6 +127,7 @@ public class QueryUtils {
|
|||||||
|| type.equalsIgnoreCase("float")
|
|| type.equalsIgnoreCase("float")
|
||||||
|| type.equalsIgnoreCase("double")
|
|| type.equalsIgnoreCase("double")
|
||||||
|| type.equalsIgnoreCase("numeric")
|
|| type.equalsIgnoreCase("numeric")
|
||||||
|
|| type.toLowerCase().startsWith("decimal")
|
||||||
|| type.toLowerCase().startsWith("uint")
|
|| type.toLowerCase().startsWith("uint")
|
||||||
|| type.toLowerCase().startsWith("int");
|
|| type.toLowerCase().startsWith("int");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user