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

Fix DECLARE statements in STORED PROCEDURES (#44) #47

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    58a61a7 View commit details
    Browse the repository at this point in the history
  2. .gitignore .idea/

    Since no files from .idea/ are in the repo, I suggest to put it in .gitignore. The version mentioned in the comment is nice for repos that do like to commit a basic PyCharm config: https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
    windiana42 committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    bd2122e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    a092cda View commit details
    Browse the repository at this point in the history
  2. Copy only top-level DECLARE statements (#44)

    In case of isolate_top_level_statements=True, copy DECLARE statements to subsequent statements only if they are top level.
    windiana42 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    ded7852 View commit details
    Browse the repository at this point in the history
  3. fix pre-commit errors

    windiana42 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    ce71c70 View commit details
    Browse the repository at this point in the history