神通数据库适配Double -> Double precsion See merge request o2oa/o2oa!1058
@@ -17,6 +17,7 @@ public class OscarDictionary extends DBDictionary {
maxConstraintNameLength = 128;
maxEmbeddedClobSize = -1;
maxEmbeddedBlobSize = -1;
+ doubleTypeName = "DOUBLE PRECISION";
}