Yoav Cohen
|
d2466af20a
|
Add support for dropping multiple columns in Snowflake (#1918)
|
2025-07-05 08:18:58 +02:00 |
|
Elia Perantoni
|
942d747d89
|
Change tag and policy names to ObjectName (#1892)
|
2025-07-04 18:21:31 +02:00 |
|
carl
|
418b94227a
|
Postgres: support ADD CONSTRAINT NOT VALID and VALIDATE CONSTRAINT (#1908)
|
2025-07-03 18:19:26 +02:00 |
|
Yoav Cohen
|
015caca611
|
Redshift alter column type no set (#1912)
|
2025-07-03 18:16:21 +02:00 |
|
Ifeanyi Ubah
|
5f2b5fe7be
|
Fix clippy lints on 1.88.0 (#1910)
|
2025-06-27 14:21:17 -04:00 |
|
Elia Perantoni
|
1bbc05cdff
|
Snowflake: support multiple column options in CREATE VIEW (#1891)
license / Release Audit Tool (RAT) (push) Has been cancelled
Rust / codestyle (push) Has been cancelled
Rust / lint (push) Has been cancelled
Rust / benchmark-lint (push) Has been cancelled
Rust / compile (push) Has been cancelled
Rust / docs (push) Has been cancelled
Rust / compile-no-std (push) Has been cancelled
Rust / test (beta) (push) Has been cancelled
Rust / test (nightly) (push) Has been cancelled
Rust / test (stable) (push) Has been cancelled
|
2025-06-25 16:10:01 +02:00 |
|
ZacJW
|
b9365b3853
|
Support procedure argmode (#1901)
license / Release Audit Tool (RAT) (push) Waiting to run
Rust / codestyle (push) Waiting to run
Rust / lint (push) Waiting to run
Rust / benchmark-lint (push) Waiting to run
Rust / compile (push) Waiting to run
Rust / docs (push) Waiting to run
Rust / compile-no-std (push) Waiting to run
Rust / test (beta) (push) Waiting to run
Rust / test (nightly) (push) Waiting to run
Rust / test (stable) (push) Waiting to run
|
2025-06-24 08:39:02 +02:00 |
|
Michael Victor Zink
|
5d63663bc6
|
Use IndexColumn in all index definitions (#1900)
|
2025-06-24 08:18:03 +02:00 |
|
vimko
|
559b7e36d9
|
Add support for ALTER TABLE DROP INDEX (#1865)
Rust / codestyle (push) Waiting to run
Rust / lint (push) Waiting to run
Rust / benchmark-lint (push) Waiting to run
Rust / compile (push) Waiting to run
Rust / docs (push) Waiting to run
Rust / compile-no-std (push) Waiting to run
Rust / test (beta) (push) Waiting to run
Rust / test (nightly) (push) Waiting to run
Rust / test (stable) (push) Waiting to run
|
2025-06-10 18:26:07 +02:00 |
|
Mohamed Abdeen
|
84c3a1b325
|
MySQL: [[NOT] ENFORCED] in CHECK constraint (#1870)
|
2025-06-07 06:48:40 +02:00 |
|
Mohamed Abdeen
|
de2cc7b502
|
MySQL: Support index_name in FK constraints (#1871)
|
2025-06-06 09:03:59 +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 |
|
Andrew Harper
|
301726541a
|
Add support for table valued functions for SQL Server (#1839)
|
2025-05-23 07:19:16 +02:00 |
|
Mohamed Abdeen
|
bf2b72fbe0
|
Mysql: Add SRID column option (#1852)
|
2025-05-23 07:09:05 +02:00 |
|
Mohamed Abdeen
|
c6e897dc12
|
Postgresql: Add REPLICA IDENTITY operation for ALTER TABLE (#1844)
|
2025-05-14 09:40:44 +02:00 |
|
Luca Cappelletti
|
ac1c339666
|
Added support for CREATE DOMAIN (#1830)
|
2025-05-04 23:21:44 +02:00 |
|
Andrew Harper
|
2eb1e7bdd4
|
Add CREATE FUNCTION support for SQL Server (#1808)
|
2025-04-23 18:10:57 +02:00 |
|
Alexander Beedie
|
4deed26006
|
Support additional DuckDB integer types such as HUGEINT, UHUGEINT, etc (#1797)
Co-authored-by: Alexander Beedie <alexander.beedie@adia.ae>
|
2025-04-05 20:41:39 +02:00 |
|
Ifeanyi Ubah
|
a847e44105
|
Fix clippy lint on rust 1.86 (#1796)
|
2025-04-04 06:34:18 -04:00 |
|
Mohamed Abdeen
|
da5892802f
|
Add LOCK operation for ALTER TABLE (#1768)
|
2025-03-18 07:22:37 +01:00 |
|
Michael Victor Zink
|
1e54a34acd
|
Parse MySQL ALTER TABLE DROP FOREIGN KEY syntax (#1762)
|
2025-03-12 07:34:18 +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
|
c2914f82e1
|
Parse ALTER TABLE AUTO_INCREMENT operation for MySQL (#1748)
|
2025-02-27 06:40:30 +01:00 |
|
Michael Victor Zink
|
3adc746b11
|
Parse MySQL ALTER TABLE ALGORITHM option (#1745)
|
2025-02-26 07:03:38 +01:00 |
|
Michael Victor Zink
|
97f0be6991
|
Treat COLLATE like any other column option (#1731)
|
2025-02-20 06:26:20 +01:00 |
|
Jesse Stuart
|
c75a992621
|
Add support for Postgres ALTER TYPE (#1727)
|
2025-02-17 20:12:59 +01:00 |
|
wugeer
|
486b29ffab
|
Add support for CREATE/ALTER/DROP CONNECTOR syntax (#1701)
|
2025-02-04 18:33:12 +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 |
|
Stepan Koltsov
|
c54ba4dc41
|
ALTER TABLE DROP {COLUMN|CONSTRAINT} RESTRICT (#1651)
|
2025-01-10 01:29:34 +01:00 |
|
Stepan Koltsov
|
397bceb241
|
Replace ReferentialAction enum in DROP statements (#1648)
|
2025-01-08 19:27:25 +01:00 |
|
Ramnivas Laddad
|
6523dabcf8
|
Allow foreign table constraint without columns (#1608)
|
2024-12-19 10:10:53 +01:00 |
|
Yoav Cohen
|
d0fcc06652
|
Snowflake ALTER TABLE clustering options (#1579)
|
2024-12-06 10:41:01 +01: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 |
|
Ifeanyi Ubah
|
6291afb2c7
|
Fix clippy warnings on rust 1.83 (#1570)
|
2024-11-29 06:37:06 -05:00 |
|
David Caldwell
|
a8432b57db
|
Add PostgreSQL specfic "CREATE TYPE t AS ENUM (...)" support. (#1460)
|
2024-10-21 14:44:38 -04:00 |
|
Aleksei Piianin
|
3421e1e4d4
|
Snowflake: support for extended column options in CREATE TABLE (#1454)
|
2024-10-20 14:13:25 -04:00 |
|
nucccc
|
8badcdc200
|
Add SQLite "ON CONFLICT" column option in CREATE TABLE statements (#1442)
Co-authored-by: hulk <hulk.website@gmail.com>
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
|
2024-10-07 16:20:55 -04:00 |
|
Aleksei Piianin
|
84348d483e
|
Snowflake: support of views column comment (#1441)
|
2024-10-07 16:20:23 -04:00 |
|
hulk
|
51cbd5a3e6
|
Implements ALTER POLICY syntax for PostgreSQL (#1446)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2024-09-29 06:17:31 -04:00 |
|
Andrew Lamb
|
9934f3d931
|
Update to ASF header / add when missing (#1437)
|
2024-09-21 06:23:28 -04:00 |
|
Aleksei Piianin
|
fb42425d51
|
MS SQL Server: add support for IDENTITY column option (#1432)
|
2024-09-20 12:44:24 -04:00 |
|
hulk
|
a7b49b5072
|
Add support of DROP|CLEAR|MATERIALIZE PROJECTION syntax for ClickHouse (#1417)
|
2024-09-10 15:26:07 -04:00 |
|
hulk
|
7b4ac7ca9f
|
Add support of parsing CLUSTERED BY clause for Hive (#1397)
|
2024-09-01 07:21:26 -04:00 |
|
hulk
|
19e694aa91
|
Support ADD PROJECTION syntax for ClickHouse (#1390)
|
2024-08-22 12:33:44 -04:00 |
|
hulk
|
6a11a67fcd
|
Add support of FREEZE|UNFREEZE PARTITION syntax for ClickHouse (#1380)
|
2024-08-14 11:29:27 -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 |
|
hulk
|
dfb8b81630
|
Add support of ATTACH/DETACH PARTITION for ClickHouse (#1362)
|
2024-08-07 14:02:11 -04:00 |
|
hulk
|
a692ba5fd1
|
Add support of parsing OPTIMIZE TABLE statement for ClickHouse (#1359)
|
2024-08-01 17:20:56 -04:00 |
|