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

this makes oracle materialised views and DDL parse correctly #27

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Dec 24, 2021

  1. this makes oracle materialised views and DDL amend correctly, includi…

    …ng propietary oracle mv refresh statements
    John Smith committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    15a1b6e View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. code review suggestion from robk

    John Smith committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    4b2a96d View commit details
    Browse the repository at this point in the history
  2. Warn if we are using too old a DBD::Oracle and will not be able to fi…

    …nd the materialised views
    John Smith committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    fa9b628 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9362df View commit details
    Browse the repository at this point in the history
  4. do not add spurious virtual column constraints to materialised view r…

    …esult classes - they are irellevant and can cause spurious warnings / failures
    John Smith committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    f769ba5 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. fix version number thinko

    John Smith committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    5766719 View commit details
    Browse the repository at this point in the history