-
Notifications
You must be signed in to change notification settings - Fork 685
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 13 files changed
- 7 contributors
Commits on Aug 3, 2022
-
feat: support SAFE_CAST for bigquery (#552)
Co-authored-by: togami2864 <yoshiaki.togami@plaid.co.jp>
Configuration menu - View commit details
-
Copy full SHA for e24951e - Browse repository at this point
Copy the full SHA e24951eView commit details -
Support
NestedJoinwith an alias (#551)* add alias for nestedjoin * fmt * add/modify test cases * inline nestedjoin instead of macro
Configuration menu - View commit details
-
Copy full SHA for 076b587 - Browse repository at this point
Copy the full SHA 076b587View commit details
Commits on Aug 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6c98228 - Browse repository at this point
Copy the full SHA 6c98228View commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for 1c64129 - Browse repository at this point
Copy the full SHA 1c64129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9648a52 - Browse repository at this point
Copy the full SHA 9648a52View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb5e278 - Browse repository at this point
Copy the full SHA bb5e278View commit details -
Configuration menu - View commit details
-
Copy full SHA for 231370a - Browse repository at this point
Copy the full SHA 231370aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.19.0...v0.20.0