Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/datafusion-sqlparser-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.19.0
Choose a base ref
...
head repository: apache/datafusion-sqlparser-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.0
Choose a head ref
  • 7 commits
  • 13 files changed
  • 7 contributors

Commits on Aug 3, 2022

  1. feat: support SAFE_CAST for bigquery (#552)

    Co-authored-by: togami2864 <yoshiaki.togami@plaid.co.jp>
    togami2864 and togami2864 authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    e24951e View commit details
    Browse the repository at this point in the history
  2. Support NestedJoin with an alias (#551)

    * add alias for nestedjoin
    
    * fmt
    
    * add/modify test cases
    
    * inline nestedjoin instead of macro
    waitingkuo authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    076b587 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    6c98228 View commit details
    Browse the repository at this point in the history
  2. [postgres] Add support for custom binary operators (#548)

    * [postgres] Add support for custom binary operators
    
    More details about operators in general are at:
    https://www.postgresql.org/docs/current/sql-createoperator.html. This
    patch attempts to parse `SELECT` queries that reference an operator
    using `OPERATOR(<optional_schema>.<operator_name>)` syntax.
    
    This is a PostgreSQL extension. There are no provisions for user-defined operators in the SQL standard.
    
    * fix code-review comments and ci failures
    
    * Allow custom operator in generic dialects too
    
    * Parse `OPERATOR` as Vec<String>
    
    * fix: std
    
    Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
    iskakaushik and alamb authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    1c64129 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9648a52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb5e278 View commit details
    Browse the repository at this point in the history
  5. (cargo-release) version 0.20.0

    alamb committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    231370a View commit details
    Browse the repository at this point in the history
Loading