mirror of https://github.com/apache/openjpa.git
OPENJPA-592. Oops, reverting earlier commit. I got my issue numbers mixed up.
If MySQL doesn't have a concept of a schema, I do not believe that we should necessarily try to emulate schemas. git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.1.x@655587 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5fcb3c01a0
commit
46720b6f02
|
@ -242,8 +242,6 @@ public class MySQLDictionary
|
|||
if (col.isNotNull() && "0".equals(col.getDefaultString()))
|
||||
col.setDefaultString(null);
|
||||
|
||||
col.setSchemaName(colMeta.getString("TABLE_CAT"));
|
||||
|
||||
return col;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue