forked from apache/datafusion-sqlparser-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[chore] Update latest commit from upstream #30
Merged
+14,567
−3,703
Merged
Changes from 1 commit
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
246838a
Fix parsing of negative values (#1419)
agscpp 1c505ce
Allow to use ON CLUSTER cluster_name in TRUNCATE syntax (#1428)
git-hulk 04a53e5
feat: support explain options (#1426)
kysshsy 71318df
chore: remove redundant punctuation (#1434)
Fischer0522 fb42425
MS SQL Server: add support for IDENTITY column option (#1432)
7phs 9934f3d
Update to ASF header / add when missing (#1437)
alamb 2403f79
Some small optimizations (#1424)
exrok affe8b5
Fix `codestyle` CI check (#1438)
alamb 8a534c0
Implements CREATE POLICY syntax for PostgreSQL (#1440)
git-hulk 08fc6d3
make `parse_expr_with_alias` public (#1444)
Eason0729 2af981e
Implements DROP POLICY syntax for PostgreSQL (#1445)
git-hulk 73dc8a3
Support `DROP DATABASE` (#1443)
linhr 51cbd5a
Implements ALTER POLICY syntax for PostgreSQL (#1446)
git-hulk ce2686a
Add a note discouraging new use of `dialect_of` macro (#1448)
alamb 1e0460a
Expand handling of `LIMIT 1, 2` handling to include sqlite (#1447)
joshuawarner32 32a126b
Fix always uses CommentDef::WithoutEq while parsing the inline commen…
git-hulk e849f7f
Add support for the LIKE ANY and ILIKE ANY pattern-matching condition…
yoavcloud 8ccb87a
added ability to parse extension to parse_comment inside postgres dia…
MaxwellKnight 84348d4
Snowflake: support of views column comment (#1441)
7phs 8badcdc
Add SQLite "ON CONFLICT" column option in CREATE TABLE statements (#1…
nucccc ac956dc
Add support for ASC and DESC in CREATE TABLE column constraints for S…
caldwell 7905fb4
Add support of `EXPLAIN QUERY PLAN` syntax for SQLite dialect (#1458)
git-hulk c01e054
Add "DROP TYPE" support. (#1461)
caldwell 0a941b8
chore: Add asf.yaml (#1463)
Xuanwo a4fa9e0
Add support for quantified comparison predicates (ALL/ANY/SOME) (#1459)
yoavcloud 749b061
MySQL dialect: Add support for hash comments (#1466)
hansott 7c20d4a
Fix #1469 (SET ROLE regression) (#1474)
lovasoa 1dd7d26
Add support for parsing MsSql alias with equals (#1467)
yoavcloud 3421e1e
Snowflake: support for extended column options in `CREATE TABLE` (#1454)
7phs 45c5d69
MsSQL TRY_CONVERT (#1477)
yoavcloud a8432b5
Add PostgreSQL specfic "CREATE TYPE t AS ENUM (...)" support. (#1460)
caldwell 38f1e57
feat: adding Display implementation to DELETE and INSERT (#1427)
seve-martinez 8e0d26a
fix for maybe_parse preventing parser from erroring on recursion limi…
tomershaniii ee90373
Fix build (#1483)
yoavcloud 8de3cb0
Fix complex blocks warning when running clippy (#1488)
git-hulk e2197ee
Add support for SHOW DATABASES/SCHEMAS/TABLES/VIEWS in Hive (#1487)
yoavcloud a9a9d58
Fix typo in `Dialect::supports_eq_alias_assigment` (#1478)
alamb 05821cc
Add support for PostgreSQL `LISTEN/NOTIFY` syntax (#1485)
wugeer a5b0092
Add support for TOP before ALL/DISTINCT (#1495)
yoavcloud fc0e13b
add support for `FOR ORDINALITY` and `NESTED` in JSON_TABLE (#1493)
lovasoa 9394ad4
Add Apache License to additional files (#1502)
alamb 543ec6c
Move CHANGELOG content (#1503)
alamb d853c35
improve support for T-SQL EXECUTE statements (#1490)
lovasoa 334a5bf
Update CHANGELOG.md for `0.52.0` release, add scripts/ instructions f…
alamb e857787
hive: support for special not expression `!a` and raise error for `a!…
wugeer 9082448
Add support for MSSQL's `OPENJSON WITH` clause (#1498)
gaoqiangz 3a8369a
Parse true and false as identifiers in mssql (#1510)
lovasoa 632ba4c
Fix the parsing error in MSSQL for multiple statements that include `…
wugeer 76322ba
Add support for Snowflake SHOW DATABASES/SCHEMAS/TABLES/VIEWS/COLUMNS…
yoavcloud 6d907d3
Add support of COMMENT ON syntax for Snowflake (#1516)
git-hulk 2bb8144
Add support for MYSQL's `CREATE TABLE SELECT` expr (#1515)
wugeer 62eaee6
Add support for MSSQL's `XQuery` methods (#1500)
gaoqiangz 724a1d1
Add support for Hive's `LOAD DATA` expr (#1520)
wugeer 4a5f20e
Fix ClickHouse document link from `Russian` to `English` (#1527)
git-hulk a67a4f3
Support ANTI and SEMI joins without LEFT/RIGHT (#1528)
delamarch3 4c629e8
support sqlite's OR clauses in update statements (#1530)
lovasoa f961efc
support column type definitions in table aliases (#1526)
lovasoa 92be237
Add support for MSSQL's `JSON_ARRAY`/`JSON_OBJECT` expr (#1507)
gaoqiangz 73947a5
Add support for PostgreSQL `UNLISTEN` syntax and Add support for Post…
wugeer fad2ddd
Parse byte/bit string literals in MySQL and Postgres (#1532)
mvzink a115022
Allow example CLI to read from stdin (#1536)
mvzink 1051900
recursive select calls are parsed with bad trailing_commas parameter …
tomershaniii 62fa860
PartiQL queries in Redshift (#1534)
yoavcloud 0fb2ef3
Include license file in sqlparser_derive crate (#1543)
ankane fd21fae
Fallback to identifier parsing if expression parsing fails (#1513)
yoavcloud 525d178
support `json_object('k':'v')` in postgres (#1546)
lovasoa 0adec33
Document micro benchmarks (#1555)
alamb 3c8fd74
Implement `Spanned` to retrieve source locations on AST nodes (#1435)
Nyrox 5a510ac
Fix error in benchmark queries (#1560)
alamb 6291afb
Fix clippy warnings on rust 1.83 (#1570)
iffyio 92c6e7f
Support relation visitor to visit the `Option` field (#1556)
goldmedal a134910
Rename `TokenWithLocation` to `TokenWithSpan`, in backwards compatibl…
alamb 48b0e4d
Support MySQL size variants for BLOB and TEXT columns (#1564)
mvzink b000738
Increase version of sqlparser_derive from 0.2.2 to 0.3.0 (#1571)
alamb 96f7c02
`json_object('k' VALUE 'v')` in postgres (#1547)
lovasoa f4f112d
Support snowflake double dot notation for object name (#1540)
ayman-sigma 4ab3ab9
Update comments / docs for `Spanned` (#1549)
alamb bd750df
Support Databricks struct literal (#1542)
ayman-sigma e16b246
Encapsulate CreateFunction (#1573)
philipcristiano f85f242
merge upstream
ayman-sigma e0b7e7e
add span for InExpr
ayman-sigma File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the only change I made after merging upstream.