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

Fixes #35767 to allow for view creation into specified schema from [ Create a view ] in DBManager #58976

Merged
merged 4 commits into from
Oct 17, 2024

Commits on Oct 4, 2024

  1. Addressing Issue #35767 to allow for view creation into specified sch…

    …ema from [ Create a view ] in DBManager
    gisn8 authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ccdd612 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Handle invalid view names with more than one period

    I've updated the code as recommended and added an error message should there there be too many periods. Thanks for the suggestion!
    gisn8 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    18addb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b4bc4e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Set raise error to DbError

    Thanks! Much more user-friendly.
    
    Co-authored-by: Nyall Dawson <[email protected]>
    gisn8 and nyalldawson authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9314b27 View commit details
    Browse the repository at this point in the history