-
Notifications
You must be signed in to change notification settings - Fork 685
Comparing changes
Open a pull request
base repository: apache/datafusion-sqlparser-rs
base: 0d6386e
head repository: apache/datafusion-sqlparser-rs
compare: 481551c
- 14 commits
- 14 files changed
- 10 contributors
Commits on Feb 17, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1da49c1 - Browse repository at this point
Copy the full SHA 1da49c1View commit details -
feat: add arg placeholder (#420)
Co-authored-by: gamife <gamife9886@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 899f91b - Browse repository at this point
Copy the full SHA 899f91bView commit details
Commits on Feb 24, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0b5178d - Browse repository at this point
Copy the full SHA 0b5178dView commit details
Commits on Feb 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b14c0d5 - Browse repository at this point
Copy the full SHA b14c0d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c170389 - Browse repository at this point
Copy the full SHA c170389View commit details -
Update doc reference to Query (#423)
* Update doc reference to Query I guess it used to be called SQLQuery?
Configuration menu - View commit details
-
Copy full SHA for b5f3711 - Browse repository at this point
Copy the full SHA b5f3711View commit details -
Support
COLLATIONkeywork onCREATE TABLE(#424)* support table definition's collate * add table collate test
Configuration menu - View commit details
-
Copy full SHA for 2ebe18a - Browse repository at this point
Copy the full SHA 2ebe18aView commit details
Commits on Mar 1, 2022
-
Support
IN UNNEST(expression)(#426)* feat: support `IN UNNEST(expression)` * Add test for NOT IN UNNEST
Configuration menu - View commit details
-
Copy full SHA for 0d1c5d1 - Browse repository at this point
Copy the full SHA 0d1c5d1View commit details
Commits on Mar 7, 2022
-
extract operator: add support for Postgres keywords (#427)
Signed-off-by: Maciej Obuchowski <obuchowski.maciej@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3af3ca0 - Browse repository at this point
Copy the full SHA 3af3ca0View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 994b86a - Browse repository at this point
Copy the full SHA 994b86aView commit details
Commits on Mar 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3f56194 - Browse repository at this point
Copy the full SHA 3f56194View commit details -
Allow
arrayto be used as a function name again (#432)* Allow `array` to be used as a function * clarify code, add docstrings * fix docs * cleanup * fmt
Configuration menu - View commit details
-
Copy full SHA for a28bbcd - Browse repository at this point
Copy the full SHA a28bbcdView commit details -
Update changelog for 0.15.0 (#431)
* Update changelog for 0.15.0 * Add late breaking additions
Configuration menu - View commit details
-
Copy full SHA for ad19791 - Browse repository at this point
Copy the full SHA ad19791View commit details -
Configuration menu - View commit details
-
Copy full SHA for 481551c - Browse repository at this point
Copy the full SHA 481551cView 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 0d6386e...481551c