Commit 1d9e45d
committed
Merge branch 'main' of github.com:hansott/datafusion-sqlparser-rs into patch-carriage-return
* 'main' of github.com:hansott/datafusion-sqlparser-rs:
Add support for MySQL's INSERT INTO ... SET syntax (apache#1641)
Add support for Snowflake LIST and REMOVE (apache#1639)
Add support for the SQL OVERLAPS predicate (apache#1638)
Add support for various Snowflake grantees (apache#1640)
Add support for USE SECONDARY ROLE (vs. ROLES) (apache#1637)
Correctly tokenize nested comments (apache#1629)
Add support for MYSQL's `RENAME TABLE` (apache#1616)
Test benchmarks and Improve benchmark README.md (apache#1627)File tree
19 files changed
+1024
-46
lines changed- .github/workflows
- sqlparser_bench
- img
- src
- ast
- helpers
- dialect
- parser
- tests
19 files changed
+1024
-46
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
40 | 48 | | |
41 | 49 | | |
42 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
0 commit comments