GitHub user DaveBirdsall opened a pull request: https://github.com/apache/incubator-trafodion/pull/673
[TRAFODION-2161] Fix issue with upgrade failure when Repository views⦠⦠exist Before this change, "initialize trafodion, upgrade" would fail if a view existed that referenced a Repository table. With this change, "initialize trafodion, upgrade" will succeed. It will automatically drop any view on a Repository table that needs upgrading. The view text for the view definition is captured in the log file for that session. Also included are design notes on how to improve this to support automatic migration of such views in the future. You can merge this pull request into a Git repository by running: $ git pull https://github.com/DaveBirdsall/incubator-trafodion Trafodion2161a Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-trafodion/pull/673.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 #673 ---- commit 7a075e09d69bd167c4c8fd342a56665ffe4fe75d Author: Dave Birdsall <dbirds...@apache.org> Date: 2016-08-25T20:43:15Z [TRAFODION-2161] Fix issue with upgrade failure when Repository views exist ---- --- 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. ---