This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release17.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/release17.12 by this push:
new 791be06 Improved: Removes a deprecated comment (work is done)
791be06 is described below
commit 791be06575e732a81621f4ff566e986c62e3152d
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Sat Jul 4 11:15:14 2020 +0200
Improved: Removes a deprecated comment (work is done)
---
.../entity/src/main/java/org/apache/ofbiz/entity/jdbc/DatabaseUtil.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/framework/entity/src/main/java/org/apache/ofbiz/entity/jdbc/DatabaseUtil.java b/framework/entity/src/main/java/org/apache/ofbiz/entity/jdbc/DatabaseUtil.java
index b8bf752..b108a41 100644
--- a/framework/entity/src/main/java/org/apache/ofbiz/entity/jdbc/DatabaseUtil.java
+++ b/framework/entity/src/main/java/org/apache/ofbiz/entity/jdbc/DatabaseUtil.java
@@ -320,7 +320,6 @@ public class DatabaseUtil {
typeName = modelFieldType.getSqlTypeAlias();
}
- // NOTE: this may need a toUpperCase in some cases, keep an eye on it, okay just compare with ignore case
if (!ccInfo.typeName.equalsIgnoreCase(typeName)) {
String message = "Column [" + ccInfo.columnName + "] of table [" + tableName + "] of entity [" +
entity.getEntityName() + "] is of type [" + ccInfo.typeName + "] in the database, but is defined as type [" +