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

oracle规避对象名大小写敏感 #1438

Merged
merged 14 commits into from
Apr 26, 2022
Merged

oracle规避对象名大小写敏感 #1438

merged 14 commits into from
Apr 26, 2022

Commits on Nov 4, 2021

  1. update sql/engines/oracle.py

    规避oracle使用双引号引入的对象名大小写敏感问题
    peng19832 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    df217cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfbaa1d View commit details
    Browse the repository at this point in the history
  3. update sql/engines/oracle.py

    去除不需要的注释行
    peng19832 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    fed6532 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Update oracle.py

    优化对象名使用双引号,导致的对象检查不存在问题
    peng19832 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    59f3b0e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Update sql_review.py

    放开允许自动审核oracle的dml
    peng19832 committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    a8182b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Configuration menu
    Copy the full SHA
    73d6928 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    d9f33bc View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. 规避双引号

    规避双引号引起的对象名大小写,触发的对象检测问题
    peng19832 committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    6e22ad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8345e43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65a1e1f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    671aaa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bf674d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba3c718 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    6c80b08 View commit details
    Browse the repository at this point in the history