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.14.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.15.0
Choose a head ref
  • 14 commits
  • 14 files changed
  • 10 contributors

Commits on Feb 17, 2022

  1. Support array expressions such as ARRAY[1,2] , foo[1] and `INT[][…

    …]` (#419)
    
    * feat: add array expression
    
    * test: add back the the existing test
    
    Co-authored-by: gamife <gamife9886@gmail.com>
    gamife and gamife authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    1da49c1 View commit details
    Browse the repository at this point in the history
  2. feat: add arg placeholder (#420)

    Co-authored-by: gamife <gamife9886@gmail.com>
    gamife and gamife authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    899f91b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. feat: add FOR UPDATE/FOR SHARE clause (#418)

    * feat: add FOR UPDATE/FOR SHARE clause
    
    * refactor: LockType enum variant name
    
    Co-authored-by: gamife <gamife9886@gmail.com>
    gamife and gamife authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    0b5178d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. add role keyword (#422)

    flaneur2020 authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    b14c0d5 View commit details
    Browse the repository at this point in the history
  2. ci: remove Travis CI (#421)

    Removing "dead code"
    Eli Flanagan authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    c170389 View commit details
    Browse the repository at this point in the history
  3. Update doc reference to Query (#423)

    * Update doc reference to Query
    
    I guess it used to be called SQLQuery?
    max-sixty authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    b5f3711 View commit details
    Browse the repository at this point in the history
  4. Support COLLATION keywork on CREATE TABLE (#424)

    * support table definition's collate
    
    * add table collate test
    watarukura authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    2ebe18a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Support IN UNNEST(expression) (#426)

    * feat: support `IN UNNEST(expression)`
    
    * Add test for NOT IN UNNEST
    komukomo authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    0d1c5d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. extract operator: add support for Postgres keywords (#427)

    Signed-off-by: Maciej Obuchowski <obuchowski.maciej@gmail.com>
    mobuchowski authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    3af3ca0 View commit details
    Browse the repository at this point in the history
  2. mysql unsigned datatype (#428)

    * support MySQL UNSIGNED
    
    * fix: 🐛 `unsigned` is not column option
    
    * test: 💍 add `unsigned` test
    
    * fix: 🐛 `unsigned` is not column option
    
    * feat: 🎸 declare unsigned data_types
    
    * feat: 🎸 display unsigned
    
    * fix: 🐛 unsigned is not column type option
    
    * feat: 🎸 parse_data_type can parse unsigned
    
    * feat: 🎸 int or decimal or float is unsigned selectable
    
    * fix: 🐛 FLOAT/DOUBLE/DECIMAL + UNSIGNED is not recommended
    
    https://dev.mysql.com/doc/refman/8.0/en/numeric-type-attributes.html
    
    * test: 💍 add test
    
    * style: 💄 fmt
    watarukura authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    994b86a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    3f56194 View commit details
    Browse the repository at this point in the history
  2. Allow array to be used as a function name again (#432)

    * Allow `array` to be used as a function
    
    * clarify code, add docstrings
    
    * fix docs
    
    * cleanup
    
    * fmt
    alamb authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    a28bbcd View commit details
    Browse the repository at this point in the history
  3. Update changelog for 0.15.0 (#431)

    * Update changelog for 0.15.0
    
    * Add late breaking additions
    alamb authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    ad19791 View commit details
    Browse the repository at this point in the history
  4. (cargo-release) version 0.15.0

    alamb committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    481551c View commit details
    Browse the repository at this point in the history
Loading