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

Add Support for MS SQL Server #424

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

Commits on Feb 27, 2024

  1. created tox testenv:integration_sqlserver

    added target 'sqlserver' to integration_test profiles.yml
    [email protected] committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d487f8d View commit details
    Browse the repository at this point in the history
  2. remove persist_docs flag for sqlserver

    don't create Column-Store-Index for source-models because
    it contains column-types that aren't supported in a CCI
    [email protected] committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a567f8a View commit details
    Browse the repository at this point in the history
  3. use doublequotes for columns named "schema" and "database" because th…

    …ese are reserved words in T-SQL
    [email protected] committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a130115 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6833cf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f193215 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    9eb599b View commit details
    Browse the repository at this point in the history
  2. quote columns named "schema" and "database"

    for T-SQL compatibility
    [email protected] committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    82c6f5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01eb793 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

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