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

Extra checks #56

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from
Draft

Extra checks #56

wants to merge 18 commits into from

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    9ede9d3 View commit details
    Browse the repository at this point in the history
  2. Check CTE column count

    gwenn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    230b36f View commit details
    Browse the repository at this point in the history
  3. Check unknown join type

    gwenn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    1da77dc View commit details
    Browse the repository at this point in the history
  4. Check no tables specified

    gwenn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    fc9748d View commit details
    Browse the repository at this point in the history
  5. Check UPDATE FROM target

    gwenn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    879b4a8 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Check AUTOINCREMENT

    gwenn committed May 11, 2024
    Configuration menu
    Copy the full SHA
    0003c25 View commit details
    Browse the repository at this point in the history
  2. Check GENERATED column

    gwenn committed May 11, 2024
    Configuration menu
    Copy the full SHA
    298f4d0 View commit details
    Browse the repository at this point in the history
  3. Check GENERATED column

    gwenn committed May 11, 2024
    Configuration menu
    Copy the full SHA
    df637dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50a74ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9906d5 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Introduce ColFlags

    gwenn committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e05850d View commit details
    Browse the repository at this point in the history
  2. Introduce TabFlags

    gwenn committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c9b26ca View commit details
    Browse the repository at this point in the history
  3. Fix is_reserved implementation

    gwenn committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b1afe06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25dc5f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Check unsupported use of NULLS

    gwenn committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    f561577 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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

Commits on Jul 20, 2024

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

Commits on Aug 4, 2024

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