Michael Victor Zink
|
4fdf5e1b30
|
Fix MySQL parsing of GRANT, REVOKE, and CREATE VIEW (#1538)
|
2025-01-10 00:31:06 +01:00 |
|
Yoav Cohen
|
687ce2d5f4
|
Add support for MS-SQL BEGIN/END TRY/CATCH (#1649)
|
2025-01-08 19:31:24 +01:00 |
|
Stepan Koltsov
|
397bceb241
|
Replace ReferentialAction enum in DROP statements (#1648)
|
2025-01-08 19:27:25 +01:00 |
|
wugeer
|
62bcaa1c98
|
Support pluralized time units (#1630)
|
2025-01-08 18:28:20 +01:00 |
|
Yoav Cohen
|
8cfc46277f
|
Add support for MySQL's INSERT INTO ... SET syntax (#1641)
|
2025-01-06 20:13:38 +01:00 |
|
Yoav Cohen
|
17e22f0a60
|
Add support for the SQL OVERLAPS predicate (#1638)
|
2025-01-06 16:35:24 +01:00 |
|
Yoav Cohen
|
e23877cb2d
|
Add support for various Snowflake grantees (#1640)
|
2025-01-05 13:31:51 -05:00 |
|
Yoav Cohen
|
02d60cc0fc
|
Add support for USE SECONDARY ROLE (vs. ROLES) (#1637)
|
2025-01-05 13:30:06 -05:00 |
|
wugeer
|
94ea20628f
|
Add support for MYSQL's RENAME TABLE (#1616)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
|
2025-01-01 21:54:58 +01:00 |
|
Andrew Lamb
|
fe36020890
|
Simplify parse_keyword_apis more (#1626)
|
2024-12-29 14:20:17 +01:00 |
|
Andrew Lamb
|
3db1b4430f
|
Improve parsing speed by avoiding some clones in parse_identifier (#1624)
|
2024-12-29 14:17:52 +01:00 |
|
Ramnivas Laddad
|
77b5bd6fa8
|
Improve error for an unexpected token after DROP (#1623)
|
2024-12-28 14:29:28 +01:00 |
|
Jax Liu
|
d0d4153137
|
Fix the parsing result for the special double number (#1621)
|
2024-12-28 14:16:30 +01:00 |
|
Andrew Lamb
|
6daa4b059c
|
Refactor advancing token to avoid duplication, avoid borrow checker issues (#1618)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
|
2024-12-27 15:17:52 +01:00 |
|
Ramnivas Laddad
|
7dbf31b587
|
Add support for DROP EXTENSION (#1610)
|
2024-12-27 13:19:42 +01:00 |
|
Andrew Lamb
|
d89cf801dd
|
Improve Parser documentation (#1617)
|
2024-12-27 12:24:58 +01:00 |
|
Paul J. Davis
|
df3c5652b1
|
Improve parsing performance by reducing token cloning (#1587)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2024-12-24 17:19:35 -05:00 |
|
Yuval Shkolar
|
024a878ee7
|
Support Snowflake Update-From-Select (#1604)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
|
2024-12-24 10:00:59 -05:00 |
|
Toby Hede
|
27822e254b
|
Handle empty projection in Postgres SELECT statements (#1613)
|
2024-12-22 11:19:43 -05:00 |
|
Jax Liu
|
0647a4aa82
|
Consolidate MapAccess, and Subscript into CompoundExpr to handle the complex field access chain (#1551)
|
2024-12-22 15:28:44 +01:00 |
|
Ayman Elkfrawy
|
cd898cb6a4
|
Support arbitrary composite access expressions (#1600)
|
2024-12-22 15:22:16 +01:00 |
|
Dmitrii Blaginin
|
84e82e6e2e
|
Add #[recursive] (#1522)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
|
2024-12-19 14:17:20 -05:00 |
|
artorias1024
|
c973df35d6
|
Support DOUBLE data types with precision for Mysql (#1611)
|
2024-12-19 18:11:39 +01:00 |
|
yuyang
|
eae5629fb8
|
Support optional table for ANALYZE statement (#1599)
|
2024-12-19 10:18:45 +01:00 |
|
Ramnivas Laddad
|
6523dabcf8
|
Allow foreign table constraint without columns (#1608)
|
2024-12-19 10:10:53 +01:00 |
|
Ayman Elkfrawy
|
e9ab4d6b94
|
Fix BigQuery hyphenated ObjectName with numbers (#1598)
|
2024-12-18 21:12:09 +01:00 |
|
cjw
|
8fcdf48e5c
|
Support parsing EXPLAIN ESTIMATE of Clickhouse (#1605)
Co-authored-by: Kermit <chenjiawei1@xiaohongshu.com>
|
2024-12-17 10:03:12 -05:00 |
|
Yoav Cohen
|
c69839102a
|
Add the alter table ON COMMIT option to Snowflake (#1606)
|
2024-12-17 08:39:59 +01:00 |
|
Yoav Cohen
|
316bb14135
|
Add support for TABLESAMPLE (#1580)
|
2024-12-15 10:40:25 +01:00 |
|
Martin Abelson Sahlen
|
7bc6ddb8fb
|
Add support for BigQuery ANY TYPE data type (#1602)
Co-authored-by: Martin Abelson Sahlen <sahlen@Martins-MacBook-Air.local>
Co-authored-by: Martin Abelson Sahlen <sahlen@Mac.lan>
|
2024-12-15 10:39:42 +01:00 |
|
Ifeanyi Ubah
|
a13f8c6b93
|
Add support for ODBC functions (#1585)
|
2024-12-11 17:31:55 -05:00 |
|
Ifeanyi Ubah
|
04271b0e4e
|
Parse INSERT with subquery when lacking column names (#1586)
|
2024-12-11 17:31:24 -05:00 |
|
Yuval Shkolar
|
00abaf2187
|
Support INSERT OVERWRITE INTO syntax (#1584)
|
2024-12-09 15:25:10 -05:00 |
|
Yoav Cohen
|
d0fcc06652
|
Snowflake ALTER TABLE clustering options (#1579)
|
2024-12-06 10:41:01 +01:00 |
|
Yoav Cohen
|
7b50ac31c3
|
Parse Snowflake USE ROLE and USE SECONDARY ROLES (#1578)
|
2024-12-05 19:17:52 +01:00 |
|
hulk
|
dd7ba72a0b
|
Add support of the ENUM8|ENUM16 for ClickHouse dialect (#1574)
|
2024-12-05 15:59:07 +01:00 |
|
Michael Victor Zink
|
c761f0babb
|
Fix displaying WORK or TRANSACTION after BEGIN (#1565)
|
2024-12-03 20:10:28 -05:00 |
|
Michael Victor Zink
|
6517da6b7d
|
Support parsing optional nulls handling for unique constraint (#1567)
|
2024-12-03 20:09:00 -05:00 |
|
Michael Victor Zink
|
6d4188de53
|
Support BIT column types (#1577)
|
2024-12-03 19:47:12 -05:00 |
|
Philip Cristiano
|
e16b24679a
|
Encapsulate CreateFunction (#1573)
|
2024-12-02 12:45:14 -05:00 |
|
Ayman Elkfrawy
|
bd750dfada
|
Support Databricks struct literal (#1542)
|
2024-12-02 10:23:48 -05:00 |
|
Ayman Elkfrawy
|
f4f112d7d6
|
Support snowflake double dot notation for object name (#1540)
|
2024-11-30 08:02:08 -05:00 |
|
Ophir LOJKINE
|
96f7c0277a
|
json_object('k' VALUE 'v') in postgres (#1547)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
|
2024-11-30 08:01:13 -05:00 |
|
Michael Victor Zink
|
48b0e4db4e
|
Support MySQL size variants for BLOB and TEXT columns (#1564)
|
2024-11-30 07:55:54 -05:00 |
|
Andrew Lamb
|
a134910a36
|
Rename TokenWithLocation to TokenWithSpan, in backwards compatible way (#1562)
|
2024-11-30 07:55:21 -05:00 |
|
Ifeanyi Ubah
|
6291afb2c7
|
Fix clippy warnings on rust 1.83 (#1570)
|
2024-11-29 06:37:06 -05:00 |
|
Mark-Oliver Junge
|
3c8fd74804
|
Implement Spanned to retrieve source locations on AST nodes (#1435)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2024-11-26 11:22:30 -05:00 |
|
Yoav Cohen
|
fd21fae297
|
Fallback to identifier parsing if expression parsing fails (#1513)
|
2024-11-25 16:01:02 -05:00 |
|
Yoav Cohen
|
62fa8604af
|
PartiQL queries in Redshift (#1534)
|
2024-11-23 07:14:38 -05:00 |
|
tomershaniii
|
10519003ed
|
recursive select calls are parsed with bad trailing_commas parameter (#1521)
|
2024-11-23 06:33:14 -05:00 |
|