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 |
|
Ophir LOJKINE
|
345e2098fb
|
add support for update statements that contain tuple assignments (#1317)
|
2024-06-18 09:28:39 -04:00 |
|
Alexander Beedie
|
0330f9def5
|
Support use of BY NAME quantifier across all set ops (#1309)
Co-authored-by: Alexander Beedie <alexander.beedie@adia.ae>
Co-authored-by: Joey Hain <joey@sigmacomputing.com>
|
2024-06-17 14:14:40 -04:00 |
|
Philip Cristiano
|
deac269710
|
CreateIndex: Move Display fmt to struct (#1307)
|
2024-06-17 14:10:40 -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 |
|
Aleksei Piianin
|
3c33ac15bd
|
ClickHouse: support of create table query with primary key and parametrised table engine (#1289)
|
2024-06-07 08:19:32 -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 |
|
Aleksei Piianin
|
2fb919d8b2
|
ClickHouse data types (#1285)
|
2024-06-07 07:09:42 -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 |
|
Andrew Lamb
|
f3f5de51e5
|
chore: Release sqlparser version 0.47.0
|
2024-06-01 06:23:18 -04:00 |
|
Andrew Lamb
|
521a2c9e7a
|
Add CHANGELOG for 0.47.0 (#1295)
|
2024-06-01 06:22:06 -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 |
|
Joey Hain
|
80c03f5c6a
|
Support for Snowflake ASOF joins (#1288)
|
2024-05-31 05:45:07 -04:00 |
|
Aleksei Piianin
|
375742d1fa
|
ClickHouse: create view with fields and data types (#1292)
|
2024-05-30 12:24:12 -04:00 |
|
Simon Sawert
|
029a999645
|
Add support for view comments for Snowflake (#1287)
Co-authored-by: Joey Hain <joey@sigmacomputing.com>
|
2024-05-30 12:21:39 -04:00 |
|
Joey Hain
|
c2d84f5683
|
Support for Snowflake dynamic pivot (#1280)
|
2024-05-30 12:20:16 -04:00 |
|
Ifeanyi Ubah
|
792e389baa
|
Support CREATE FUNCTION for BigQuery (#1253)
|
2024-05-30 12:18:41 -04:00 |
|
Joey Hain
|
d5faf3c54b
|
Support expression in AT TIME ZONE and fix precedence (#1272)
|
2024-05-23 13:30:05 -04:00 |
|
Joey Hain
|
9d15f7e9a9
|
Support: Databricks and generic: fix for values as table name (#1278)
|
2024-05-20 20:15:40 -04:00 |
|
Joey Hain
|
54184460b5
|
Snowflake: support IGNORE/RESPECT NULLS inside function argument list (#1263)
|
2024-05-16 14:16:43 -04:00 |
|
Joey Hain
|
5ed13b5af3
|
Databricks: support SELECT * EXCEPT (#1261)
|
2024-05-13 05:49:00 -04:00 |
|
Dmitry Bugakov
|
49d178477e
|
Fix DoubleColon cast skipping AT TIME ZONE #1266 (#1267)
|
2024-05-11 15:26:57 -04:00 |
|
Ifeanyi Ubah
|
036a4120b4
|
Support triple quoted strings (#1262)
|
2024-05-11 06:41:04 -04:00 |
|
Jichao Sun
|
e3692f4681
|
Support array indexing for duckdb (#1265)
|
2024-05-09 06:50:15 -04:00 |
|
Ifeanyi Ubah
|
eb36bd7138
|
Support multiple SET variables (#1252)
|
2024-05-07 12:51:39 -04:00 |
|
Joey Hain
|
c4f3ef9600
|
BigQuery: support for ANY_VALUE HAVING clause (#1258)
|
2024-05-06 20:33:37 -04:00 |
|
Joey Hain
|
a12a8882e7
|
Idea: add const generic peek_tokens method to parser (#1255)
|
2024-05-06 20:33:10 -04:00 |
|
Ifeanyi Ubah
|
138722a7c9
|
Allow keyword as field names in BigQuery struct syntax (#1254)
|
2024-05-06 15:34:33 -04:00 |
|
Joey Hain
|
c36e617d61
|
MySQL: support for GROUP_CONCAT() (#1256)
|
2024-05-06 15:32:54 -04:00 |
|
Joey Hain
|
d9d69a2192
|
Databricks: support for lambda functions (#1257)
|
2024-05-06 13:37:48 -04:00 |
|
Andrew Lamb
|
a86c58b1c9
|
chore: Release sqlparser version 0.46.0
|
2024-05-03 16:09:58 -04:00 |
|