[ https://issues.apache.org/jira/browse/CAY-1977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14261174#comment-14261174 ]
ASF GitHub Bot commented on CAY-1977: ------------------------------------- GitHub user thinline72 opened a pull request: https://github.com/apache/cayenne/pull/60 CAY-1977 | Apply merge strategy to Modeler Reverse Engineering You can merge this pull request into a Git repository by running: $ git pull https://github.com/thinline72/cayenne CAY-1977 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cayenne/pull/60.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 #60 ---- commit 8accb75b4dfa36925b7355353c2bc2712cc48ecd Author: Savva Kolbachev <s.kolbac...@gmail.com> Date: 2014-12-30T15:30:19Z CAY-1977 | Apply merge strategy to Modeler Reverse Engineering functionality commit a60b9dfcada00f1968730c2f1ab61a5fc71a47c4 Author: Savva Kolbachev <s.kolbac...@gmail.com> Date: 2014-12-30T15:37:12Z remove waste dependency ---- > Cleanup Modeler reverse engineering functionality > ------------------------------------------------- > > Key: CAY-1977 > URL: https://issues.apache.org/jira/browse/CAY-1977 > Project: Cayenne > Issue Type: Bug > Affects Versions: 4.0.M2 > Reporter: Andrus Adamchik > Assignee: Andrus Adamchik > Attachments: error-post-reveng.png > > > With the new DB import functionality added in the backend, we'll need to > align Modeler UI related to reverse engineering (Tools > Reengineer Database > Schema). > 1. Add catalog selector to the "Reengineer Database Schema: Select Options" > dialog. Just like with schema selector, it should be hidden if no catalogs > are found for a given db > 2. New style of table / procedure name matching (instead of "%" use regex.. > this is what the backend understands) > 3. Reverse engineering progress dialog is not updated when the process is > looking for columns, primary and foreign keys. > 4. "DbEntity Already Exists" dialog should be removed as well as the code > handling overrides in the Modeler, as we no longer care about override/no > override selection - our strategy is to always merge. > 5. An odd error dialog appears at the end of repeat reverse engineering. > Doesn't seem to affect the process, still there's probably an exception > somewhere (see screenshot). > This list is not extensive and we'll likely have follow up Jiras. -- This message was sent by Atlassian JIRA (v6.3.4#6332)