Преглед изворни кода

神通数据库适配Double -> Double precsion

zhourui пре 5 година
родитељ
комит
20c51f5c1a

+ 1 - 0
o2server/x_base_core_project/src/main/java/com/x/base/core/openjpa/jdbc/sql/OscarDictionary.java

@@ -17,6 +17,7 @@ public class OscarDictionary extends DBDictionary {
 		maxConstraintNameLength = 128;
 		maxConstraintNameLength = 128;
 		maxEmbeddedClobSize = -1;
 		maxEmbeddedClobSize = -1;
 		maxEmbeddedBlobSize = -1;
 		maxEmbeddedBlobSize = -1;
+		doubleTypeName = "DOUBLE PRECISION";
 	}
 	}
 
 
 }
 }