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

Make possible to specify subtype of SQL function #1160

Merged
merged 10 commits into from Feb 4, 2024
Merged

Commits on Apr 7, 2022

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

Commits on May 26, 2022

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

Commits on Oct 30, 2022

  1. Merge remote-tracking branch 'upstream/master' into sub_type

    # Conflicts:
    #	src/functions.rs
    gwenn committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    40a5035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    109e6fa View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

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

Commits on Jan 16, 2024

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

Commits on Jan 20, 2024

  1. Introduce SqlFnOutput trait

    To keep compatibility with existing code
    gwenn committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    7ed8e0e View commit details
    Browse the repository at this point in the history
  2. Fix window impl

    gwenn committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    13399c5 View commit details
    Browse the repository at this point in the history
  3. Test sub-type

    gwenn committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    83d67d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Introduce SqlFnArg

    gwenn committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    f48c578 View commit details
    Browse the repository at this point in the history