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

wip: Add expression evaluation support for EXTRACT #1262

Open
wants to merge 2 commits into
base: Ic73ef858478e73b6c466695a84ddb0266d881e92
Choose a base branch
from

Commits on May 23, 2024

  1. nom-sql: Add parsing for EXTRACT built-in

    This commit adds parsing for the built-in `EXTRACT` function. This
    function is present in both MySQL and PostgreSQL, but the supported
    fields across the two databases are different. To keep things simple and
    scoped, only support for the PostgreSQL fields have been added.
    
    Change-Id: Ic73ef858478e73b6c466695a84ddb0266d881e92
    ethowitz committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1ad2d55 View commit details
    Browse the repository at this point in the history
  2. wip: Add expression evaluation support for EXTRACT

    Change-Id: Ie342cab357e0024eac509bae0343a2c3c432627d
    ethowitz committed May 23, 2024
    Configuration menu
    Copy the full SHA
    211eb5c View commit details
    Browse the repository at this point in the history