Jesse Stuart
|
c75a992621
|
Add support for Postgres ALTER TYPE (#1727)
|
2025-02-17 20:12:59 +01:00 |
|
Armin Ronacher
|
46cfcfe8f7
|
Implement FROM-first selects (#1713)
|
2025-02-09 06:10:58 +01:00 |
|
Michael Victor Zink
|
cad49232c1
|
Parse Postgres VARBIT datatype (#1703)
|
2025-02-08 07:24:29 +01:00 |
|
Rémy SAISSY
|
257da5a82c
|
Add RETURNS TABLE() support for CREATE FUNCTION in Postgresql (#1687)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
|
2025-02-03 08:27:37 +01:00 |
|
Paul Grau
|
447142c6d0
|
Make TypedString preserve quote style (#1679)
|
2025-01-31 07:04:41 +01:00 |
|
Ifeanyi Ubah
|
9c384a9194
|
Fix CREATE FUNCTION round trip for Hive dialect (#1693)
|
2025-01-30 17:45:31 -05:00 |
|
Rémy SAISSY
|
a7e984099f
|
Fix DDL generation in case of an empty arguments function. (#1690)
|
2025-01-30 07:50:30 +01:00 |
|
Michael Victor Zink
|
252fdbab82
|
Allow plain JOIN without turning it into INNER (#1692)
|
2025-01-30 07:15:57 +01:00 |
|
Ayman Elkfrawy
|
211b15e790
|
Enhance object name path segments (#1539)
|
2025-01-26 15:13:51 +01:00 |
|
Denys Tsomenko
|
c7c0de6551
|
Add support for Create Iceberg Table statement for Snowflake parser (#1664)
|
2025-01-20 21:39:44 +01:00 |
|
Simon Sawert
|
0c3b6c0974
|
Add support for ClickHouse FORMAT on INSERT (#1628)
|
2025-01-10 18:17:28 +01:00 |
|
cjw
|
b09514e492
|
feat: support INSERT INTO [TABLE] FUNCTION of Clickhouse (#1633)
Co-authored-by: Kermit <chenjiawei1@xiaohongshu.com>
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
|
2025-01-10 15:23:56 +01:00 |
|
Michael Victor Zink
|
4fdf5e1b30
|
Fix MySQL parsing of GRANT, REVOKE, and CREATE VIEW (#1538)
|
2025-01-10 00:31:06 +01:00 |
|
Stepan Koltsov
|
397bceb241
|
Replace ReferentialAction enum in DROP statements (#1648)
|
2025-01-08 19:27:25 +01:00 |
|
Yoav Cohen
|
8cfc46277f
|
Add support for MySQL's INSERT INTO ... SET syntax (#1641)
|
2025-01-06 20:13:38 +01:00 |
|
Ramnivas Laddad
|
7dbf31b587
|
Add support for DROP EXTENSION (#1610)
|
2024-12-27 13:19:42 +01: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 |
|
Yoav Cohen
|
316bb14135
|
Add support for TABLESAMPLE (#1580)
|
2024-12-15 10:40:25 +01:00 |
|
Ifeanyi Ubah
|
a13f8c6b93
|
Add support for ODBC functions (#1585)
|
2024-12-11 17:31:55 -05:00 |
|
Michael Victor Zink
|
6517da6b7d
|
Support parsing optional nulls handling for unique constraint (#1567)
|
2024-12-03 20:09:00 -05:00 |
|
Philip Cristiano
|
e16b24679a
|
Encapsulate CreateFunction (#1573)
|
2024-12-02 12:45:14 -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 |
|
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 |
|
Michael Victor Zink
|
fad2ddd641
|
Parse byte/bit string literals in MySQL and Postgres (#1532)
|
2024-11-20 06:55:38 +01:00 |
|
hulk
|
6d907d3adc
|
Add support of COMMENT ON syntax for Snowflake (#1516)
|
2024-11-13 08:23:33 -05:00 |
|
Ophir LOJKINE
|
d853c35391
|
improve support for T-SQL EXECUTE statements (#1490)
|
2024-11-07 10:59:14 -05:00 |
|
Yoav Cohen
|
a5b0092506
|
Add support for TOP before ALL/DISTINCT (#1495)
|
2024-11-06 12:09:55 -05:00 |
|
tomershaniii
|
8e0d26abb3
|
fix for maybe_parse preventing parser from erroring on recursion limit (#1464)
|
2024-10-21 15:41:34 -04:00 |
|
David Caldwell
|
a8432b57db
|
Add PostgreSQL specfic "CREATE TYPE t AS ENUM (...)" support. (#1460)
|
2024-10-21 14:44:38 -04:00 |
|
Maxwell Knight
|
8ccb87a835
|
added ability to parse extension to parse_comment inside postgres dialect (#1451)
|
2024-10-04 16:07:26 -04:00 |
|
Andrew Lamb
|
9934f3d931
|
Update to ASF header / add when missing (#1437)
|
2024-09-21 06:23:28 -04:00 |
|
hulk
|
1c505ce736
|
Allow to use ON CLUSTER cluster_name in TRUNCATE syntax (#1428)
|
2024-09-19 06:56:00 -04:00 |
|
Agaev Guseyn
|
246838a69f
|
Fix parsing of negative values (#1419)
Co-authored-by: Agaev Huseyn <h.agaev@vkteam.ru>
|
2024-09-16 17:04:21 -04:00 |
|
Simon Sawert
|
b9e7754886
|
feat: Add support for MSSQL table options (#1414)
|
2024-09-11 13:09:41 -04:00 |
|
Toby Hede
|
1bed87a8ea
|
Suppor postgres TRUNCATE syntax (#1406)
|
2024-09-05 11:13:35 -04:00 |
|
张林伟
|
4d52ee7280
|
Support create index with clause (#1389)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2024-09-01 07:38:20 -04:00 |
|
hulk
|
7b4ac7ca9f
|
Add support of parsing CLUSTERED BY clause for Hive (#1397)
|
2024-09-01 07:21:26 -04:00 |
|
Luca Cappelletti
|
b072ce2589
|
Adding support for parsing CREATE TRIGGER and DROP TRIGGER statements (#1352)
Co-authored-by: hulk <hulk.website@gmail.com>
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2024-08-14 09:11:16 -04:00 |
|
Andrew Lamb
|
1e209d8741
|
Simplify arrow_cast tests (#1367)
|
2024-08-08 16:58:31 -04:00 |
|
Samuel Colvin
|
a5480ae498
|
Support Dialect level precedence, update Postgres Dialect to match Postgres (#1360)
|
2024-08-06 07:49:37 -04:00 |
|
hulk
|
cc13841a37
|
Add support of parsing ON CLUSTER in ALTER TABLE for ClickHouse (#1342)
|
2024-07-30 16:31:42 -04:00 |
|
hulk
|
f96658006f
|
Allow to use the GLOBAL keyword before the join operator (#1353)
|
2024-07-30 16:30:46 -04:00 |
|
Ophir LOJKINE
|
bc15f7b4ce
|
Support for postgres String Constants with Unicode Escapes (#1355)
|
2024-07-29 17:18:16 -04:00 |
|
Nick Presta
|
845a1aaddd
|
[ClickHouse] Add support for WITH FILL to OrderByExpr (#1330)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2024-07-20 06:51:12 -04:00 |
|
hulk
|
993216f3ac
|
Enable PARTITION BY feature for PostgreSQL while parsing the create table statement (#1338)
|
2024-07-13 05:46:26 -04:00 |
|
hulk
|
9108bffc9a
|
Add support of table function WITH ORDINALITY modifier for Postgre Parser (#1337)
|
2024-07-09 17:43:22 -04:00 |
|
gai takano
|
32b8276b32
|
Postgres: support for OWNER TO clause (#1314)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2024-07-09 07:49:48 -04:00 |
|
hulk
|
07278952f9
|
Add support of FORMAT clause for ClickHouse parser (#1335)
|
2024-07-09 07:49:04 -04:00 |
|