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.20.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.21.0
Choose a head ref
  • 20 commits
  • 15 files changed
  • 9 contributors

Commits on Aug 11, 2022

  1. feat: Initial support for parsing MySQL show variables (#559)

    Co-authored-by: Alex Vasilev <[email protected]>
    ovr and vasilev-alex authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    e2b9437 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71c3ec0 View commit details
    Browse the repository at this point in the history
  3. Support USE db (#565)

    MazterQyou authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    a9db6ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8176561 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aabafc9 View commit details
    Browse the repository at this point in the history
  6. feat: Support SET NAMES literal [COLLATE literal] (#558)

    * feat: Support SET NAMES literal [COLLATE literal]
    
    * feat: Support SET NAMES DEFAULT
    
    * clippy
    ovr authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    221e9c2 View commit details
    Browse the repository at this point in the history
  7. Support SHOW TABLES (#563)

    MazterQyou authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b6e36ad View commit details
    Browse the repository at this point in the history
  8. feat: Parse special keywords as functions (current_user, user, etc) (#…

    …561)
    
    * feat: Parse special keywors as functions (current_user, user, etc)
    
    * explain special field
    ovr authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    54a29e8 View commit details
    Browse the repository at this point in the history
  9. Support SHOW COLLATION (#564)

    MazterQyou authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    18881f8 View commit details
    Browse the repository at this point in the history
  10. Support for SIMILAR TO syntax, change Like and ILike to Expr

    …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
    ayushdg authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    f07063f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    36de9a6 View commit details
    Browse the repository at this point in the history
  12. Clarify contribution licensing (#570)

    * Clarify contribution licensing
    
    * less whitespace
    alamb authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    61dc3e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

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

Commits on Aug 15, 2022

  1. Support TRIM from with optional FROM clause (#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
    ayushdg authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    42c5d43 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

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

Commits on Aug 18, 2022

  1. 1 Configuration menu
    Copy the full SHA
    fc71719 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb7f1b0 View commit details
    Browse the repository at this point in the history
  3. feat: Support expression in SET statement (#574)

    Co-authored-by: Alex Vasilev <[email protected]>
    ovr and vasilev-alex authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    6d8aacd View commit details
    Browse the repository at this point in the history
  4. Update changelog (#584)

    alamb authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    dcb005e View commit details
    Browse the repository at this point in the history
  5. (cargo-release) version 0.21.0

    alamb committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    7c02477 View commit details
    Browse the repository at this point in the history
Loading