Commit graph

  • bd6594327a
    Merge d6f51a13a8 into 93450cc250 Ryan Schneider 2025-07-07 08:24:39 -07:00
  • 904193de86
    Merge 7a6ada556a into 93450cc250 Yoav Cohen 2025-07-07 08:24:39 -07:00
  • c8acafd68c
    Merge 60acdc5bb6 into 93450cc250 Sergey Olontsev 2025-07-07 08:24:34 -07:00
  • 93a3531ded
    Merge 018992b22a into 93450cc250 Yoav Cohen 2025-07-07 08:24:34 -07:00
  • 93450cc250
    Add Snowflake COPY/REVOKE CURRENT GRANTS option (#1926) main Yoav Cohen 2025-07-07 17:13:57 +02:00
  • 7a6ada556a Add support for granting privileges to procedures and functions in Snowflake Yoav Cohen 2025-07-07 15:05:50 +02:00
  • 018992b22a Add support for Snowflake identifier function Yoav Cohen 2025-07-06 23:35:28 +02:00
  • 60acdc5bb6
    code cleanup Sergey Olontsev 2025-07-06 09:28:37 +01:00
  • 9b1612fe5b
    code cleanup Sergey Olontsev 2025-07-06 09:28:04 +01:00
  • 29ea21047a
    Fix for Postgres regex and like binary operators Sergey Olontsev 2025-07-06 09:25:57 +01:00
  • 1a33abda63
    Clickhouse: support empty parenthesized options (#1925) Sergey Olontsev 2025-07-06 08:06:20 +01:00
  • f2fba48a7a
    Add support for several Snowflake grant statements (#1922) Yoav Cohen 2025-07-06 08:58:19 +02:00
  • cf9e50474e
    Make GenericDialect support trailing commas in projections (#1921) Simon Vandel Sillesen 2025-07-06 08:57:20 +02:00
  • d6f51a13a8 DuckDB, Postgres, SQLite: NOT NULL and NOTNULL expressions Ryan Schneider 2025-07-05 15:28:20 -07:00
  • 83812914bd re-introduce test using postgres dialect Simon Vandel Sillesen 2025-07-05 21:36:46 +02:00
  • 8aabb16a8a Fix format Yoav Cohen 2025-07-05 09:32:47 +02:00
  • 1d02811ca8 Add Snowflake COPY/REVOKE CURRENT GRANTS option Yoav Cohen 2025-07-05 09:28:10 +02:00
  • ed8757f2f0
    Align Snowflake dialect to new test of reserved keywords (#1924) Yoav Cohen 2025-07-05 08:40:35 +02:00
  • d2466af20a
    Add support for dropping multiple columns in Snowflake (#1918) Yoav Cohen 2025-07-05 08:18:58 +02:00
  • 2163da3449
    Merge branch 'main' into solontsev/clickhouse-mergetree-fix Sergey Olontsev 2025-07-05 07:42:21 +03:00
  • 3868abaa40
    Support for ClickHouse CREATE TABLE .... Engine = MergeTree() Sergey Olontsev 2025-07-05 07:38:24 +03:00
  • 323d42aeee Align Snowflake dialect to new test of reserved keywords Yoav Cohen 2025-07-04 21:38:27 +02:00
  • 12e7b26461 Align Snowflake dialect to new test of reserved keywords Yoav Cohen 2025-07-04 21:22:00 +02:00
  • b0bcc46e22
    Add support for NULL escape char in pattern match searches (#1913) Yoav Cohen 2025-07-04 21:04:51 +02:00
  • 942d747d89
    Change tag and policy names to ObjectName (#1892) Elia Perantoni 2025-07-04 18:21:31 +02:00
  • 1dce3f02b8 Added a few more object types Yoav Cohen 2025-07-04 15:07:25 +02:00
  • e1e0087787 Add support for GRANT <P> ON ALL VIEWS IN SCHEMA Yoav Cohen 2025-07-03 07:56:52 +02:00
  • 9dcc348a4d Merge remote-tracking branch 'upstream/main' into eper/tag-and-policy-object-name Elia Perantoni 2025-07-04 12:20:14 +02:00
  • 1bf1650525 test: add tests Elia Perantoni 2025-07-04 12:17:42 +02:00
  • 239e30a97c
    Support for Postgres CREATE SERVER (#1914) Sergey Olontsev 2025-07-03 18:04:32 +01:00
  • e4591d2bab Add support for dropping multiple columns in Snowflake Yoav Cohen 2025-07-02 09:23:59 +02:00
  • d0102b24f1
    Merge branch 'main' into solontsev/pg-create-server Sergey Olontsev 2025-07-03 19:30:10 +03:00
  • 9020385c02
    Add span for Expr::TypedString (#1919) feral-dot-io 2025-07-03 16:24:51 +00:00
  • be2d2f14e7
    Add support for MySQL MEMBER OF (#1917) Yoav Cohen 2025-07-03 18:22:17 +02:00
  • 418b94227a
    Postgres: support ADD CONSTRAINT NOT VALID and VALIDATE CONSTRAINT (#1908) carl 2025-07-03 12:19:26 -04:00
  • 015caca611
    Redshift alter column type no set (#1912) Yoav Cohen 2025-07-03 18:16:21 +02:00
  • 44ceedaf05 Remove test that now parses Simon Vandel Sillesen 2025-07-02 21:44:44 +02:00
  • 54027b6c22 Make GenericDialect support trailing commas in projections Simon Vandel Sillesen 2025-07-02 21:40:01 +02:00
  • 9819b2f002 Removed Expr::TypedString from list of missing spans in docs Joshua McQuistan 2025-07-02 14:59:35 +01:00
  • db16ff8916 Fix up Expr::TypedString tests to use ValueWithSpan Joshua McQuistan 2025-07-02 14:47:33 +01:00
  • 30202109ac Expr::parse_geometric_type should handle updated TypedString Joshua McQuistan 2025-07-02 14:26:50 +01:00
  • e616a1c47c Expr::TypedString should retain Span location Joshua McQuistan 2025-07-02 14:25:33 +01:00
  • a3398223d7
    DuckDB: Add support for multiple TRIM arguments (#1916) Ryan Schneider 2025-07-02 05:57:08 -07:00
  • d0c7c7eccf
    code cleanup Sergey Olontsev 2025-07-02 08:20:44 +03:00
  • efa1f953b4
    code cleanup Sergey Olontsev 2025-07-02 08:17:13 +03:00
  • b475fbb932
    code cleanup Sergey Olontsev 2025-07-02 08:12:25 +03:00
  • 69a060f64f
    Remove unnecessary syntax coment Sergey Olontsev 2025-07-02 06:14:11 +01:00
  • f141ca08ac
    create server statement example is removed, use a doc link for more information Sergey Olontsev 2025-07-02 08:08:23 +03:00
  • 77b868b0a2
    improvements after review Sergey Olontsev 2025-07-02 08:05:34 +03:00
  • 1b916b8781
    fdw_name -> foreign_data_wrapper + fmt fix Sergey Olontsev 2025-07-02 07:31:13 +03:00
  • cd78c51bfe
    ServerOption -> CreateServerOption Sergey Olontsev 2025-07-02 05:25:53 +01:00
  • e84c844a9d
    let the parser be permissive Sergey Olontsev 2025-07-02 05:24:03 +01:00
  • 98caeafd3a
    Update tests/sqlparser_common.rs Ryan Schneider 2025-07-01 14:43:48 -07:00
  • 0af1f06a83 Code review fixes Yoav Cohen 2025-07-01 15:02:31 +02:00
  • 0b74460e27 Code review fixes Yoav Cohen 2025-07-01 15:00:02 +02:00
  • 8d0cb499ad Fix lint Yoav Cohen 2025-07-01 13:30:44 +02:00
  • f82b1e550a Add support for MySQL MEMBER OF Yoav Cohen 2025-07-01 13:25:59 +02:00
  • d76f5ddaec Code review comments Yoav Cohen 2025-07-01 14:35:44 +02:00
  • f32a41a004
    Redshift utf8 idents (#1915) Yoav Cohen 2025-07-01 13:52:29 +02:00
  • 9ffc546870
    Make GenericDialect support from-first syntax (#1911) Simon Vandel Sillesen 2025-07-01 13:19:40 +02:00
  • 936c2f1fed PR feedback: skip dialect methods achristmascarl 2025-06-30 18:44:11 -04:00
  • 6b1bc3716a add test for VALIDATE CONSTRAINT achristmascarl 2025-06-25 14:58:52 -04:00
  • 7947c6a72e parse VALIDATE CONSTRAINT achristmascarl 2025-06-25 14:57:31 -04:00
  • b3da639810 only use in postgres achristmascarl 2025-06-25 14:37:22 -04:00
  • 0e174c2b05 parse NOT VALID, update tests achristmascarl 2025-06-25 14:25:02 -04:00
  • aa97b73074 Add dialect flags for NOT VALID and VALIDATE CONSTRAINT achristmascarl 2025-06-25 12:01:17 -04:00
  • d81340927b fix: DuckDB accepts 2nd characters argument to TRIM Ryan Schneider 2025-06-30 12:39:36 -07:00
  • 2adc6203b4 Redshift support for multibyte UTF-8 identifiers Yoav Cohen 2025-06-30 20:54:08 +02:00
  • f90ba8bdb7 Redshift support for multibyte UTF-8 identifiers Yoav Cohen 2025-06-30 20:47:20 +02:00
  • abd80f9ecb
    Support remaining pipe operators (#1879) Simon Vandel Sillesen 2025-06-30 17:51:55 +02:00
  • 552714aabf Don't panic Simon Vandel Sillesen 2025-06-30 09:51:03 +02:00
  • 9d68a5663d
    minor improvement Sergey Olontsev 2025-06-30 08:22:11 +03:00
  • d9cc504c32
    fmt fix Sergey Olontsev 2025-06-30 08:16:17 +03:00
  • 2e5f3562f0
    Support for Postgres's CREATE SERVER Sergey Olontsev 2025-06-30 08:14:00 +03:00
  • 7805f333d6 Add support for NULL escape char in pattern match searches Yoav Cohen 2025-06-29 21:45:20 +02:00
  • a45a5a09bf clippy Simon Vandel Sillesen 2025-06-29 19:47:20 +02:00
  • e064650466 Merge remote-tracking branch 'origin' into support-more-pipe-operators Simon Vandel Sillesen 2025-06-29 19:45:43 +02:00
  • 16639bc108 Generalize positive tests Yoav Cohen 2025-06-29 18:26:46 +02:00
  • 6b9925b713 Add dialect options Yoav Cohen 2025-06-29 18:19:59 +02:00
  • e1caf3f6c0 Make GenericDialect support from-first syntax Simon Vandel Sillesen 2025-06-29 16:33:43 +02:00
  • 324ad14701 Reuse parse_joins function Simon Vandel Sillesen 2025-06-29 16:02:29 +02:00
  • f73a330bd3 Add support for ALTER COLUMN TYPE in Redshift Yoav Cohen 2025-06-29 15:32:57 +02:00
  • 3bc94234df
    Fix join precedence for non-snowflake queries (#1905) Dima 2025-06-28 19:24:25 +01:00
  • 09f85f5c45 Merge remote-tracking branch 'origin/main' Dima 2025-06-28 11:33:15 +01:00
  • dae0a12f65 introduce dialect nested joins flag Dima 2025-06-28 11:30:56 +01:00
  • 50c605a471
    Support for Map values in ClickHouse settings (#1896) Sergey Olontsev 2025-06-28 07:13:11 +01:00
  • bfb5ba6477
    Merge branch 'main' into solontsev/clickhouse-map-setting-support Sergey Olontsev 2025-06-28 05:22:26 +01:00
  • 6c38cdcadb
    Snowflake: Add support for future grants (#1906) Yoav Cohen 2025-06-27 21:21:38 +02:00
  • 5f2b5fe7be
    Fix clippy lints on 1.88.0 (#1910) Ifeanyi Ubah 2025-06-27 20:21:17 +02:00
  • 0a74aeaa11
    Merge branch 'apache:main' into solontsev/clickhouse-map-setting-support Sergey Olontsev 2025-06-27 18:06:08 +01:00
  • 62a2bf2ba1 Fix clippy lints on 1.88.0 ifeanyi 2025-06-27 18:31:49 +02:00
  • 95d16e3b2d
    Add support for LANGUAGE clause in CREATE PROCEDURE (#1903) ZacJW 2025-06-27 17:22:21 +01:00
  • 5f2e78f591
    Merge 5546b33249 into 1bbc05cdff Jeff Garzik 2025-06-26 14:49:13 +01:00
  • cfe6dcaaff
    Merge 365cfb1bdf into 1bbc05cdff James Sadler 2025-06-26 20:56:07 +10:00
  • 1bbc05cdff
    Snowflake: support multiple column options in CREATE VIEW (#1891) Elia Perantoni 2025-06-25 16:10:01 +02:00
  • 710171912c Merge remote-tracking branch 'upstream/main' into eper/snowflake-with-column-options Elia Perantoni 2025-06-25 15:15:53 +02:00
  • 4c52327704 feat: pr feedback Elia Perantoni 2025-06-25 15:15:47 +02:00
  • b2ab0061c1
    Fix impl Ord for Ident (#1893) Elia Perantoni 2025-06-25 12:21:59 +02:00
  • 8ad8d959dd Snowflake future grants Yoav Cohen 2025-06-24 15:56:55 +02:00
  • b42f58dfec Merge remote-tracking branch 'origin/main' Dima 2025-06-24 14:12:26 +01:00