/ Hans H
There is a small bug in Entity Engine DatabaseUtil. When the metadata is
fetched from the database all column names are converted to capital
letters (DatabaseUtil.java row 1047). But when the entities is checked
if they have a corresponding table (and column) the column names are not
converted to uppercase. Therefore row 206 should look like:
fieldColNames.put(field.getColName().toUpperCase(), field);
- Small bug in Entity Engine Hans Holmlund
- Re: Small bug in Entity Engine David E Jones
- Re: Small bug in Entity Engine Hans Holmlund
- Re: Small bug in Entity Engine Andrew Sykes
- Re: Small bug in Entity Engine David E Jones
- Object De-Duplication Amit Shinde
- Re: Object De-Duplication David E Jones
- Re: Small bug in Entity Engine Florin Jurcovici
