GitHub user stariy95 opened a pull request: https://github.com/apache/cayenne/pull/143
CAY-2151 Migrate Database Schema: issue when no db is specified The problem is more complicated as simple catalog/schema selection. Some more problems still there see https://issues.apache.org/jira/browse/CAY-2156 Partial fix: - added catalogs select along with schema - skip AUTO_PK_SUPPORT creation if DbEntity has generated or custom PK generation strategy You can merge this pull request into a Git repository by running: $ git pull https://github.com/stariy95/cayenne CAY-2151 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cayenne/pull/143.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #143 ---- commit 7ae559c799acc681d334a440292037bcda904c9b Author: Nikita Timofeev <stari...@gmail.com> Date: 2016-11-28T09:04:50Z CAY-2151 Migrate Database Schema: issue when no db is specified The problem is more complicated as simple catalog/schema selection. Some more problems still there see https://issues.apache.org/jira/browse/CAY-2156 Partial fix: - added catalogs select along with schema - skip AUTO_PK_SUPPORT creation if DbEntity has generated or custom PK generation strategy commit 45593914338ad7c06a3fed4475dfd1c16bce964c Author: Nikita Timofeev <stari...@gmail.com> Date: 2016-11-28T09:36:52Z CAY-2151 Migrate Database Schema: issue when no db is specified skip catalog check if DbAdapter doesn't support catalogs in metadata ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---