In order to fix CAY-539 and CAY-730, I'm changing the default JdbcPkGenerator use fullyQualifiedNames. For anyone not using a schema, this shouldn't be a problem. For those using schemas, but relying on Cayenne to ignore them, they're going to have to delete the schema in order for things to work. In theory this all should be fine . . . getFullyQualifiedName() falls back to getName() if appropriate. However, this is used by a fair number of the DbAdapters and I want to make sure that I haven't broken anything. Thus, testing on as many DBs as possible would be nice. I'd appreciate any help in this regard, whether it come from Hudson or other team members. Otherwise, I'll be a bit reluctant to make the change, just because I don't want to break anything on anyone. I'll obviously test on whatever platforms I can.
-- Kevin
