-
Notifications
You must be signed in to change notification settings - Fork 691
Comparing changes
Open a pull request
base repository: apache/datafusion-sqlparser-rs
base: v0.20.0
head repository: apache/datafusion-sqlparser-rs
compare: v0.21.0
- 20 commits
- 15 files changed
- 9 contributors
Commits on Aug 11, 2022
-
feat: Initial support for parsing MySQL show variables (#559)
Co-authored-by: Alex Vasilev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2b9437 - Browse repository at this point
Copy the full SHA e2b9437View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71c3ec0 - Browse repository at this point
Copy the full SHA 71c3ec0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9db6ed - Browse repository at this point
Copy the full SHA a9db6edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8176561 - Browse repository at this point
Copy the full SHA 8176561View commit details -
Configuration menu - View commit details
-
Copy full SHA for aabafc9 - Browse repository at this point
Copy the full SHA aabafc9View commit details -
feat: Support SET NAMES literal [COLLATE literal] (#558)
* feat: Support SET NAMES literal [COLLATE literal] * feat: Support SET NAMES DEFAULT * clippy
Configuration menu - View commit details
-
Copy full SHA for 221e9c2 - Browse repository at this point
Copy the full SHA 221e9c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6e36ad - Browse repository at this point
Copy the full SHA b6e36adView commit details -
feat: Parse special keywords as functions (current_user, user, etc) (#…
…561) * feat: Parse special keywors as functions (current_user, user, etc) * explain special field
Configuration menu - View commit details
-
Copy full SHA for 54a29e8 - Browse repository at this point
Copy the full SHA 54a29e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18881f8 - Browse repository at this point
Copy the full SHA 18881f8View commit details -
Support for
SIMILAR TOsyntax, changeLikeandILiketoExpr……variants, allow escape char for like/ilike (#569) * Remove [not]like,[not]ilike from binary operator list * Add like, ilike and similar as an expr variant. Also adds support for escape char to like/ilike * Add parsing logic for similar to, update parsing logic for like/ilike * Add tests for similar to, update tests for like/ilike * Fix linter warnings * remove additional copyright license from files * Add more coverage w/wo escape char for like,ilike,similar to
Configuration menu - View commit details
-
Copy full SHA for f07063f - Browse repository at this point
Copy the full SHA f07063fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36de9a6 - Browse repository at this point
Copy the full SHA 36de9a6View commit details -
Clarify contribution licensing (#570)
* Clarify contribution licensing * less whitespace
Configuration menu - View commit details
-
Copy full SHA for 61dc3e9 - Browse repository at this point
Copy the full SHA 61dc3e9View commit details
Commits on Aug 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 31ba001 - Browse repository at this point
Copy the full SHA 31ba001View commit details
Commits on Aug 15, 2022
-
Support
TRIMfrom with optionalFROMclause (#573)* Split trimwhereFlag and trim_char expr to seperate members of Expr::Trim * update trim parsing logic to handle no flag + char from expr combo * add tests * Allow trim flag without trim_what expr * Add trim flag without trim_what test
Configuration menu - View commit details
-
Copy full SHA for 42c5d43 - Browse repository at this point
Copy the full SHA 42c5d43View commit details
Commits on Aug 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 50aafa8 - Browse repository at this point
Copy the full SHA 50aafa8View commit details
Commits on Aug 18, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for fc71719 - Browse repository at this point
Copy the full SHA fc71719View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb7f1b0 - Browse repository at this point
Copy the full SHA eb7f1b0View commit details -
feat: Support expression in SET statement (#574)
Co-authored-by: Alex Vasilev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d8aacd - Browse repository at this point
Copy the full SHA 6d8aacdView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcb005e - Browse repository at this point
Copy the full SHA dcb005eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c02477 - Browse repository at this point
Copy the full SHA 7c02477View commit details
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.20.0...v0.21.0