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 |
|
Lorrens Pantelis
|
9f60eb1571
|
Support DROP PROCEDURE statement (#1324)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2024-07-09 07:46:49 -04:00 |
|
hulk
|
0884dd920d
|
Support PREWHERE condition for ClickHouse dialect (#1328)
|
2024-07-07 08:03:23 -04:00 |
|
hulk
|
700bd03d6f
|
Support SETTINGS pairs for ClickHouse dialect (#1327)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
|
2024-07-07 07:17:43 -04:00 |
|
hulk
|
44d7a20f64
|
Support GROUP BY WITH MODIFIER for ClickHouse (#1323)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
|
2024-06-30 07:33:43 -04:00 |
|
hulk
|
a685e11993
|
Support parametric arguments to FUNCTION for ClickHouse dialect (#1315)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2024-06-23 07:36:05 -04:00 |
|
Lorrens Pantelis
|
f16c1afed0
|
Improve error messages with additional colons (#1319)
|
2024-06-21 18:26:23 -04:00 |
|
Ophir LOJKINE
|
345e2098fb
|
add support for update statements that contain tuple assignments (#1317)
|
2024-06-18 09:28:39 -04:00 |
|
Ilson Balliego
|
be77ce50ca
|
Add support for snowflake exclusive create table options (#1233)
Co-authored-by: Ilson Roberto Balliego Junior <ilson@validio.io>
|
2024-06-09 17:47:21 -04:00 |
|
Ophir LOJKINE
|
4b60866bc7
|
add support for custom operators in postgres (#1302)
Co-authored-by: Joey Hain <joey@sigmacomputing.com>
|
2024-06-07 07:12:18 -04:00 |
|
Mohamed Abdeen
|
6d4776b482
|
Enhancing Trailing Comma Option (#1212)
|
2024-06-07 06:44:04 -04:00 |
|
Philip Cristiano
|
a0f511cb21
|
Encapsulate CreateTable , CreateIndex into specific structs (#1291)
|
2024-06-05 05:25:42 -04:00 |
|
Joey Hain
|
afa5f08db9
|
Support for Postgres array slice syntax (#1290)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2024-05-31 17:38:35 -04:00 |
|
Ifeanyi Ubah
|
792e389baa
|
Support CREATE FUNCTION for BigQuery (#1253)
|
2024-05-30 12:18:41 -04:00 |
|