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 |
|
Seve Martinez
|
f5b818e74b
|
supporting snowflake extract syntax (#1374)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2024-08-13 08:56:18 -04:00 |
|
hulk
|
ca5262c13f
|
Use the local GitHub Action to replace setup-rust-action (#1371)
|
2024-08-13 06:59:19 -04:00 |
|
Andrew Lamb
|
1e209d8741
|
Simplify arrow_cast tests (#1367)
|
2024-08-08 16:58:31 -04:00 |
|
hulk
|
68a04cd402
|
Update version of GitHub Actions (#1363)
|
2024-08-08 16:57:21 -04:00 |
|
Jesse
|
2d4b9b3e56
|
Make Parser::maybe_parse pub (#1364)
|
2024-08-07 14:30:01 -04:00 |
|
hulk
|
dfb8b81630
|
Add support of ATTACH/DETACH PARTITION for ClickHouse (#1362)
|
2024-08-07 14:02:11 -04:00 |
|
Andrew Lamb
|
da484c57c4
|
Improve comments on Dialect (#1366)
|
2024-08-06 08:23:07 -04:00 |
|
Samuel Colvin
|
a5480ae498
|
Support Dialect level precedence, update Postgres Dialect to match Postgres (#1360)
|
2024-08-06 07:49:37 -04:00 |
|
Jax Liu
|
8f8c96f87f
|
Support parsing empty map literal syntax for DuckDB and Genric (#1361)
|
2024-08-04 07:47:32 -04:00 |
|
Jesse
|
d49acc67b1
|
Parse SETTINGS clause for ClickHouse table-valued functions (#1358)
|
2024-08-01 17:28:15 -04:00 |
|
hulk
|
a692ba5fd1
|
Add support of parsing OPTIMIZE TABLE statement for ClickHouse (#1359)
|
2024-08-01 17:20:56 -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 |
|
Joey Hain
|
c3ba2f33c6
|
Snowflake: support position with normal function call syntax (#1341)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
|
2024-07-29 17:17:11 -04:00 |
|
hulk
|
7fdb2ec5d1
|
Allow to use the TABLE keyword in DESC|DESCRIBE|EXPLAIN TABLE statement (#1351)
|
2024-07-29 17:16:29 -04:00 |
|
Ophir LOJKINE
|
547d82f07d
|
fix CI clippy 1.80 warnings (#1357)
|
2024-07-29 08:49:05 -04:00 |
|
Andrew Lamb
|
6c64d43e1b
|
chore: Release sqlparser version 0.49.0
|
2024-07-23 13:11:16 -04:00 |
|
Andrew Lamb
|
1e82a145ad
|
Add CHANGELOG for 0.49.0 (#1350)
|
2024-07-23 12:56:55 -04:00 |
|
hulk
|
390d4d3554
|
Add support of MATERIALIZED/ALIAS/EPHERMERAL default column options for ClickHouse (#1348)
|
2024-07-23 12:41:07 -04:00 |
|
hulk
|
b27abf00e2
|
Allow to use () as the GROUP BY nothing (#1347)
|
2024-07-22 15:50:24 -04:00 |
|
Jax Liu
|
48ea5640a2
|
Support Map literal syntax for DuckDB and Generic (#1344)
|
2024-07-21 08:18:50 -04:00 |
|
Alexander Beedie
|
71dc966586
|
Fix quoted identifier regression edge-case with "from" in SELECT (#1346)
|
2024-07-21 06:02:12 -04:00 |
|
Ifeanyi Ubah
|
028ada8350
|
Support subquery expression in SET expressions (#1343)
|
2024-07-20 06:55:24 -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
|
20f7ac59e3
|
Fix AS query clause should be after the create table options (#1339)
|
2024-07-15 13:54:44 -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 |
|
Andrew Lamb
|
285f492589
|
chore: Release sqlparser version 0.48.0
|
2024-07-09 08:58:59 -04:00 |
|
Andrew Lamb
|
4e956a1723
|
Add CHANGELOG for 0.48.0 (#1334)
|
2024-07-09 08:58:02 -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 |
|
Andrew Lamb
|
bbee052890
|
Add stale PR github workflow (#1331)
|
2024-07-08 14:38:59 -04:00 |
|
Andrew Lamb
|
17e5c0c1b6
|
Fix CI error message in CI (#1333)
|
2024-07-08 07:37:00 -04:00 |
|
Leonardo Yvens
|
66b4ec8486
|
Fix typo in sqlparser-derive README (#1310)
|
2024-07-08 06:32:45 -04:00 |
|
Mohamed Abdeen
|
f77192d4ec
|
Re-enable trailing commas in DCL (#1318)
|
2024-07-08 06:31:33 -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
|
0b1a413e64
|
Fix a few typos in comment lines (#1316)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2024-06-30 07:06:20 -04:00 |
|
Emil Sivervik
|
376889ae5d
|
chore(docs): refine docs (#1326)
|
2024-06-30 07:03:08 -04:00 |
|
gstvg
|
f9ab8dcc27
|
Support for DuckDB Union datatype (#1322)
|
2024-06-27 07:58:11 -04:00 |
|
Alexander Beedie
|
f5ccef6ea9
|
Fix Snowflake SELECT * wildcard REPLACE ... RENAME order (#1321)
|
2024-06-27 07:56:21 -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
|
7a9793b72e
|
Allow semi-colon at the end of UNCACHE statement (#1320)
|
2024-06-23 07:14:57 -04:00 |
|
Bidaya0
|
f3d2f78fb2
|
Support TO in CREATE VIEW clause for Clickhouse (#1313)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2024-06-23 07:13:16 -04:00 |
|
Lorrens Pantelis
|
f16c1afed0
|
Improve error messages with additional colons (#1319)
|
2024-06-21 18:26:23 -04:00 |
|
Emil Ejbyfeldt
|
79af31b672
|
Return errors, not panic, when integers fail to parse in AUTO_INCREMENT and TOP (#1305)
|
2024-06-18 09:30:24 -04:00 |
|