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(mssql): support cte in virtual tables #18567

Merged
merged 8 commits into from
Feb 10, 2022
Merged

fix(mssql): support cte in virtual tables #18567

merged 8 commits into from
Feb 10, 2022

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    7a894cb View commit details
    Browse the repository at this point in the history
  2. Moved the get_cte_query function from mssql.py to base.py for using i…

    …rrespetcive of dbengine
    sujiplr committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    5acea67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3638e2 View commit details
    Browse the repository at this point in the history
  4. Moved the get_cte_query function from mssql.py to base.py for using i…

    …rrespetcive of dbengine
    sujiplr committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    2eddbd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7af8e12 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Unit test added for the db engine CTE SQL parsing.

    Unit test added for the db engine CTE SQL parsing.  Removed additional spaces from the CTE parsing SQL generation.
    sujiplr committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    1009c11 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. implement in sqla model

    villebro committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    16c3a3f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. lint + cleanup

    villebro committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    6a47c7d View commit details
    Browse the repository at this point in the history