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 Microsoft SQL #29

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

Commits on Sep 5, 2024

  1. Add MSSQL deps

    kiendang committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ec4d13d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Add MSSQL dialect

    kiendang committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    943d925 View commit details
    Browse the repository at this point in the history
  2. Add MSSQL Example tests

    kiendang committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f42dabb View commit details
    Browse the repository at this point in the history
  3. Add MSSQL test suite

    kiendang committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ab34ba2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ddd775 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88830b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13c8830 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

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

Commits on Sep 8, 2024

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

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    98aa1b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a6af73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a24e84e View commit details
    Browse the repository at this point in the history
  4. Enable .take without .drop for MS SQL

    Use `SELECT TOP(?) ...` for MS SQL when there's no offset.
    kiendang committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9530c47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2dba92 View commit details
    Browse the repository at this point in the history
  6. Fix MS SQL numeric ops

    kiendang committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ec7931c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Lint

    kiendang committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1850923 View commit details
    Browse the repository at this point in the history
  2. Wait for mssql container startup to complete

    The built-in LogMessageWaitStrategy doesn't work.
    kiendang committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5aafe6e View commit details
    Browse the repository at this point in the history
  3. Fix wrongly edited test case

    kiendang committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7aae613 View commit details
    Browse the repository at this point in the history