Version number of this lass is 5401.
Below method :
public void removeChildrenAndResources(Session session) {
//------------- ignore
while (constraints != null && constraints.size() > 0) {
Constraint obj = (Constraint) constraints.values().toArray()[0];
database.removeSchemaObject(session, obj);
}
while (constraints != null && constraints.size() > 0) {
Constraint obj = (Constraint) constraints.values().toArray()[0];
database.removeSchemaObject(session, obj);
}
//-------------- ignore
}
I am not sure whether this is the author's original purpose or not, so just
announce it for getting some eyes on.
Steven.
Original issue reported on code.google.com by chiamin0...@gmail.com on 28 Jan 2014 at 3:54
Original issue reported on code.google.com by
chiamin0...@gmail.com
on 28 Jan 2014 at 3:54