forked from github/dataease
Merge pull request #5148 from dataease/pr@dev@fixextratdata
fix: 识别 mysql BIGINT UNSIGNED
This commit is contained in:
commit
b99a3f8b5f
@ -1414,7 +1414,7 @@ public class ExtractDataService {
|
||||
" }catch (Exception e){}\n" +
|
||||
" }";
|
||||
|
||||
private final static String handleMysqlBIGINTUNSIGNED = "if(filed.equalsIgnoreCase(BIGINTUNSIGNEDFIELD)){\n" +
|
||||
private final static String handleMysqlBIGINTUNSIGNED = "if(filed.equalsIgnoreCase(\"BIGINTUNSIGNEDFIELD\")){\n" +
|
||||
"\t\t\tif(tmp != null && tmp.endsWith(\".0\")){\n" +
|
||||
" \ttry {\n" +
|
||||
" Long.valueOf(tmp.substring(0, tmp.length()-2));\n" +
|
||||
|
Loading…
Reference in New Issue
Block a user