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

Release v.2.9.0 #180

Merged
merged 16 commits into from
Sep 30, 2022
Merged

Release v.2.9.0 #180

merged 16 commits into from
Sep 30, 2022

Commits on Jun 3, 2022

  1. mysql: export some conditional functions

    COALESCE, NULLIF, GREATEST and LEAST already existed
    and were available in the postgres dialect, but not in MySQL.
    kblomster committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    792f89a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. Merge pull request #159 from kblomster/mysql-comparison-functions

    mysql: export some conditional functions
    go-jet authored Jun 4, 2022
    Configuration menu
    Copy the full SHA
    5a0d052 View commit details
    Browse the repository at this point in the history
  2. add postgres json literal

    wexder committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    0425e88 View commit details
    Browse the repository at this point in the history
  3. Better json func, and tests

    wexder committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    11b0a68 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Merge pull request #161 from wexder/master

    Add postgres json literal
    go-jet authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    879c2eb View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Update badge links.

    go-jet committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b4a0964 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdbbc4d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

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

Commits on Aug 18, 2022

  1. add missing SET method to ColumnTimez interface

    it has been already implemented, just missing from interface
    Nikita Konin committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    92254c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Merge pull request #171 from nkonin/fix/ColumnTimez-missing-SET-method

    add missing SET method to ColumnTimez interface
    go-jet authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    c264529 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    4e1ff65 View commit details
    Browse the repository at this point in the history
  2. Go fmt.

    go-jet committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    a2ea189 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

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

Commits on Sep 7, 2022

  1. Merge pull request #175 from Hoonyyhoon/fix/add_omitted

    fix: Add omitted reserved word 'RIGHT' on postgresql
    go-jet authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    c9967d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. [MySQL] Optimizer hints

    go-jet committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    f772f90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59f9df9 View commit details
    Browse the repository at this point in the history