Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing https://github.com/flyway/flyway/issues/687 - added code that can remove Flashback tables in Oracle and a test case for it. Also fixed one incorrect Oracle test configuration method. #689

Merged
merged 3 commits into from Feb 11, 2014

Commits on Feb 2, 2014

  1. Fixed incorrect Database Properties initialization - the code was try…

    …ing to compare entry values instead of keys
    awal11 committed Feb 2, 2014
    Copy the full SHA
    ab86670 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2014

  1. Fixing flyway#687 - flyway fails to clean tables that have Flashback …

    …enabled
    
    Added test case (once launched it will prevent any schema cleanup) and code that disables flasback during cleanup.
    awal11 committed Feb 3, 2014
    Copy the full SHA
    16354b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2014

  1. Fixing flyway#687 - improving the flashback cleanup - need to wait un…

    …til the asynchronous process of removing flashback is completed, before allowing the process to continue
    awal11 committed Feb 6, 2014
    Copy the full SHA
    c50c7ab View commit details
    Browse the repository at this point in the history