Mohamed Abdeen
|
de2cc7b502
|
MySQL: Support index_name in FK constraints (#1871)
|
2025-06-06 09:03:59 +02:00 |
|
Denys Tsomenko
|
394a534486
|
Fix: GROUPING SETS accept values without parenthesis (#1867)
|
2025-06-02 18:04:35 +02:00 |
|
Hendrik Makait
|
a8bde39efb
|
Add support for TABLESAMPLE pipe operator (#1860)
|
2025-05-30 09:14:36 +02:00 |
|
hulk
|
9159d08c5e
|
Keep the COLUMN keyword only if it exists when dropping the column (#1862)
|
2025-05-28 07:09:40 +02:00 |
|
Ophir LOJKINE
|
e7bf186e44
|
fix new rust 1.87 cargo clippy warnings (#1856)
|
2025-05-19 13:09:00 +02:00 |
|
Denys Tsomenko
|
3c59950060
|
Add support for INCLUDE/EXCLUDE NULLS for UNPIVOT (#1849)
|
2025-05-15 16:40:21 +02:00 |
|
Andrew Harper
|
74a95fdbd1
|
Add support for DENY statements (#1836)
|
2025-05-14 09:21:23 +02:00 |
|
benrsatori
|
728645fb31
|
Add all missing table options to be handled in any order (#1747)
Co-authored-by: Tomer Shani <tomer.shani@satoricyber.com>
|
2025-05-02 15:16:59 +02:00 |
|
Andrew Harper
|
a464f8e8d7
|
Improve support for cursors for SQL Server (#1831)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
|
2025-05-02 05:25:30 +02:00 |
|
Simon Vandel Sillesen
|
e5d2215267
|
Support some of pipe operators (#1759)
|
2025-05-02 05:13:47 +02:00 |
|
Andrew Harper
|
87d190734c
|
Add OR ALTER support for CREATE VIEW (#1818)
|
2025-04-23 18:55:57 +02:00 |
|
Andrew Harper
|
2eb1e7bdd4
|
Add CREATE FUNCTION support for SQL Server (#1808)
|
2025-04-23 18:10:57 +02:00 |
|
Ophir LOJKINE
|
945f8e0534
|
Add support for XMLTABLE (#1817)
|
2025-04-23 18:03:06 +02:00 |
|
Jax Liu
|
3ec80e187d
|
enable supports_filter_during_aggregation for Generic dialect (#1815)
|
2025-04-19 07:14:45 -04:00 |
|
Adam Johnson
|
3ad13af563
|
Add support for parenthesized subquery as IN predicate (#1793)
|
2025-04-15 19:01:18 +02:00 |
|
Roman Borschel
|
0d2976d723
|
Add support for MSSQL IF/ELSE statements. (#1791)
Co-authored-by: Roman Borschel <roman@cluvio.com>
|
2025-04-06 07:09:24 +02:00 |
|
DilovanCelik
|
610096cad8
|
MSSQL: Add support for functionality MERGE output clause (#1790)
|
2025-04-05 20:37:28 +02:00 |
|
Ifeanyi Ubah
|
a847e44105
|
Fix clippy lint on rust 1.86 (#1796)
|
2025-04-04 06:34:18 -04:00 |
|
John Vandenberg
|
95d7b86da5
|
Fix typos (#1785)
|
2025-03-31 12:47:53 +02:00 |
|
Mohamed Abdeen
|
3a8a3bb7a5
|
SET statements: scope modifier for multiple assignments (#1772)
|
2025-03-22 06:38:00 +01:00 |
|
Michael Victor Zink
|
939fbdd4f6
|
Parse SUBSTR as alias for SUBSTRING (#1769)
|
2025-03-22 06:34:43 +01:00 |
|
Mohamed Abdeen
|
f487cbe004
|
Add GLOBAL context/modifier to SET statements (#1767)
|
2025-03-20 06:52:56 +01:00 |
|
Ifeanyi Ubah
|
e3e88290cd
|
Add support for RAISE statement (#1766)
|
2025-03-18 15:19:51 +01:00 |
|
Ifeanyi Ubah
|
f81aed6359
|
BigQuery: Add support for CREATE SCHEMA options (#1742)
|
2025-03-14 08:00:19 +01:00 |
|
Ifeanyi Ubah
|
862e887a66
|
Add CASE and IF statement support (#1741)
|
2025-03-14 07:49:25 +01:00 |
|
Ifeanyi Ubah
|
cf4ab7f9ab
|
Add support for DROP MATERIALIZED VIEW (#1743)
|
2025-03-13 15:51:29 -04:00 |
|
Michael Victor Zink
|
fb578bb419
|
Preserve MySQL-style LIMIT <offset>, <limit> syntax (#1765)
|
2025-03-12 21:24:06 +01:00 |
|
Mohamed Abdeen
|
85f855150f
|
SET with a list of comma separated assignments (#1757)
|
2025-03-12 21:02:39 +01:00 |
|
Ophir LOJKINE
|
3392623b00
|
add support for with clauses (CTEs) in delete statements (#1764)
|
2025-03-12 11:42:51 +01:00 |
|
Luca Cappelletti
|
6ec5223f50
|
Extend support for INDEX parsing (#1707)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
|
2025-03-04 06:59:39 +01:00 |
|
Michael Victor Zink
|
9e09b617e8
|
Parse SET NAMES syntax in Postgres (#1752)
|
2025-03-01 07:12:25 +01:00 |
|
Michael Victor Zink
|
a629ddf89b
|
Ignore escaped LIKE wildcards in MySQL (#1735)
|
2025-03-01 07:07:39 +01:00 |
|
Ophir LOJKINE
|
c335c8883b
|
Store spans for Value expressions (#1738)
|
2025-02-25 07:33:57 +01:00 |
|
Ifeanyi Ubah
|
aab12add36
|
BigQuery: Add support for BEGIN (#1718)
|
2025-02-24 08:34:36 +01:00 |
|
Ophir LOJKINE
|
72312ba82a
|
Replace parallel condition/result vectors with single CaseWhen vector in Expr::Case (#1733)
|
2025-02-22 07:23:36 +01:00 |
|
Yoav Cohen
|
7fc37a76e5
|
Parse casting to array using double colon operator in Redshift (#1737)
|
2025-02-22 07:21:45 +01:00 |
|
SiLe Zhou
|
1f1c0693da
|
Add support for ORDER BY ALL (#1724)
|
2025-02-22 06:52:07 +01:00 |
|
benrsatori
|
339239d0c5
|
Add support for PostgreSQL/Redshift geometric operators (#1723)
|
2025-02-20 19:50:32 +01:00 |
|
Michael Victor Zink
|
97f0be6991
|
Treat COLLATE like any other column option (#1731)
|
2025-02-20 06:26:20 +01:00 |
|
Ifeanyi Ubah
|
b482562618
|
Add support for EXECUTE IMMEDIATE (#1717)
|
2025-02-19 18:54:14 +01:00 |
|
Ifeanyi Ubah
|
3e90a18f6d
|
Replace Method and CompositeAccess with CompoundFieldAccess (#1716)
|
2025-02-19 18:49:42 +01:00 |
|
Michael Victor Zink
|
68c41a9d5a
|
Differentiate LEFT JOIN from LEFT OUTER JOIN (#1726)
|
2025-02-14 17:23:00 +01:00 |
|
wugeer
|
1c0e5d3554
|
Add supports for Hive's SELECT ... GROUP BY .. GROUPING SETS syntax (#1653)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
|
2025-02-14 17:16:10 +01:00 |
|
Tyler Brinks
|
a5bbb5e8ac
|
Add support for MS Varbinary(MAX) (#1714) (#1715)
|
2025-02-13 05:40:35 -05:00 |
|
Armin Ronacher
|
46cfcfe8f7
|
Implement FROM-first selects (#1713)
|
2025-02-09 06:10:58 +01:00 |
|
wugeer
|
486b29ffab
|
Add support for CREATE/ALTER/DROP CONNECTOR syntax (#1701)
|
2025-02-04 18:33:12 +01:00 |
|
Yoav Cohen
|
ec948eaf6e
|
Add parsing for GRANT ROLE and GRANT DATABASE ROLE in Snowflake dialect (#1689)
|
2025-02-03 20:17:47 +01:00 |
|
Yoav Cohen
|
906f395341
|
Add support for GRANT on some common Snowflake objects (#1699)
|
2025-02-03 08:21:17 +01:00 |
|
Paul Grau
|
447142c6d0
|
Make TypedString preserve quote style (#1679)
|
2025-01-31 07:04:41 +01:00 |
|
gstvg
|
aeaafbe6e4
|
Extend lambda support for ClickHouse and DuckDB dialects (#1686)
|
2025-01-31 06:59:16 +01:00 |
|