mirror of
https://github.com/apache/openjpa.git
synced 2025-02-21 01:15:30 +00:00
OPENJPA-2022 : Minor change to SchemaGenerator. Patch contributed by Jason Zwolak.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1569106 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d802d74930
commit
48eaa1aef1
@ -692,7 +692,7 @@ public class SchemaGenerator {
|
||||
DBIdentifier name = DBIdentifier.NULL;
|
||||
DBIdentifier colName = DBIdentifier.NULL;
|
||||
for (int i = 0; pks != null && i < pks.length; i++) {
|
||||
schemaName = DBIdentifier.trimToNull(schemaName);
|
||||
schemaName = DBIdentifier.trimToNull(pks[i].getSchemaIdentifier());
|
||||
schema = group.getSchema(schemaName);
|
||||
if (schema == null)
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user