We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b1c3f1 + e150ef3 commit 7f1e155Copy full SHA for 7f1e155
core/core-backend/src/main/java/io/dataease/engine/constant/SQLConstants.java
@@ -73,7 +73,7 @@ public class SQLConstants {
73
74
public static final String DEFAULT_INT_FORMAT = "DECIMAL(18,0)";
75
76
- public static final String DEFAULT_FLOAT_FORMAT = "DECIMAL(27,8)";
+ public static final String DEFAULT_FLOAT_FORMAT = "DECIMAL(26,8)";
77
78
public static final String WHERE_VALUE_NULL = "(NULL,'')";
79
0 commit comments