Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0M6
-
None
Description
Currently merging does not allow schema selection (loadDataMapFromDb() is fired with null 'schema' argument). In such cases, when I try to migrate on Oracle, the method returns all Oracle service tables (more than 7000!) and getting columns enum from those service tables fails with ora-01424 exception.
Cayenne should somehow allow schema selection for migration process and use datamap's "default schema" property as default