-
Notifications
You must be signed in to change notification settings - Fork 623
Insights: apache/datafusion-sqlparser-rs
Overview
Could not load contribution data
Please try again later
44 Pull requests merged by 18 people
-
Add identifier unicode support in Mysql, Postgres and Redshift
#1933 merged
Jul 14, 2025 -
MSSQL: Add support for EXEC output and default keywords
#1940 merged
Jul 14, 2025 -
Snowflake: support trailing options in
CREATE TABLE
#1931 merged
Jul 14, 2025 -
Support optional semicolon between statements
#1937 merged
Jul 11, 2025 -
Add support for Redshift
SELECT * EXCLUDE
#1936 merged
Jul 11, 2025 -
Snowflake Reserved SQL Keywords as Implicit Table Alias
#1934 merged
Jul 11, 2025 -
Add support for
+
char in Snowflake stage names#1935 merged
Jul 10, 2025 -
Add support for granting privileges to procedures and functions in Snowflake
#1930 merged
Jul 10, 2025 -
Add support for Snowflake identifier function
#1929 merged
Jul 10, 2025 -
Add Snowflake
COPY/REVOKE CURRENT GRANTS
option#1926 merged
Jul 7, 2025 -
Clickhouse: support empty parenthesized options
#1925 merged
Jul 6, 2025 -
Add support for several Snowflake grant statements
#1922 merged
Jul 6, 2025 -
Make
GenericDialect
support trailing commas in projections#1921 merged
Jul 6, 2025 -
Align Snowflake dialect to new test of reserved keywords
#1924 merged
Jul 5, 2025 -
Add support for dropping multiple columns in Snowflake
#1918 merged
Jul 5, 2025 -
Add support for NULL escape char in pattern match searches
#1913 merged
Jul 4, 2025 -
Change tag and policy names to
ObjectName
#1892 merged
Jul 4, 2025 -
Support for Postgres
CREATE SERVER
#1914 merged
Jul 3, 2025 -
Add span for
Expr::TypedString
#1919 merged
Jul 3, 2025 -
Add support for MySQL MEMBER OF
#1917 merged
Jul 3, 2025 -
Postgres: support
ADD CONSTRAINT NOT VALID
andVALIDATE CONSTRAINT
#1908 merged
Jul 3, 2025 -
Redshift alter column type no set
#1912 merged
Jul 3, 2025 -
DuckDB: Add support for multiple
TRIM
arguments#1916 merged
Jul 2, 2025 -
Redshift utf8 idents
#1915 merged
Jul 1, 2025 -
Make
GenericDialect
support from-first syntax#1911 merged
Jul 1, 2025 -
Support remaining pipe operators
#1879 merged
Jun 30, 2025 -
Fix join precedence for non-snowflake queries
#1905 merged
Jun 28, 2025 -
Support for Map values in ClickHouse settings
#1896 merged
Jun 28, 2025 -
Snowflake: Add support for future grants
#1906 merged
Jun 27, 2025 -
Fix clippy lints on 1.88.0
#1910 merged
Jun 27, 2025 -
Add support for
LANGUAGE
clause inCREATE PROCEDURE
#1903 merged
Jun 27, 2025 -
Snowflake: support multiple column options in
CREATE VIEW
#1891 merged
Jun 25, 2025 -
Fix
impl Ord for Ident
#1893 merged
Jun 25, 2025 -
Support procedure argmode
#1901 merged
Jun 24, 2025 -
fix: parse snowflake fetch clause
#1894 merged
Jun 24, 2025 -
Use
IndexColumn
in all index definitions#1900 merged
Jun 24, 2025 -
Fix
limit
in subqueries#1899 merged
Jun 22, 2025 -
Postgres: Add support for text search types
#1889 merged
Jun 22, 2025 -
Extend exception handling
#1884 merged
Jun 21, 2025 -
Fix parsing error when having fields after nested struct in BigQuery
#1897 merged
Jun 20, 2025 -
Add support of parsing struct field's options in BigQuery
#1890 merged
Jun 18, 2025 -
Add license header check to CI
#1888 merged
Jun 17, 2025 -
Add license header to display_utils.rs and pretty_print.rs
#1887 merged
Jun 16, 2025 -
Add support for cluster by expressions
#1883 merged
Jun 16, 2025
7 Pull requests opened by 6 people
-
DuckDB, Postgres, SQLite: NOT NULL and NOTNULL expressions
#1927 opened
Jul 5, 2025 -
Fix for Postgres regex and like binary operators
#1928 opened
Jul 6, 2025 -
Snowflake create database
#1939 opened
Jul 11, 2025 -
Snowflake: Improve accuracy of lookahead in implicit LIMIT alias
#1941 opened
Jul 13, 2025 -
Snowflake: Improve support for reserved keywords for table factor
#1942 opened
Jul 14, 2025 -
docs: edited the Rust badge
#1943 opened
Jul 14, 2025 -
SGA-11411 Added identifier start unicode support in PostegreSQL, M…
#1944 opened
Jul 14, 2025
9 Issues closed by 4 people
-
Clickhouse CREATE TABLE .... Engine = MergeTree() should be supported
#1853 closed
Jul 6, 2025 -
Postgres CREATE SERVER can't be parsed
#1814 closed
Jul 3, 2025 -
Postgres NOT VALID and VALIDATE CONSTRAINT not parsed for ALTER TABLE
#1907 closed
Jul 3, 2025 -
Support SQL pipe operator
#1758 closed
Jun 30, 2025 -
Wrong join precedence parsing for non-Snowflake dialects (nested joins parsed incorrectly)
#1904 closed
Jun 28, 2025 -
where clause contains user column error
#1658 closed
Jun 26, 2025 -
Release sqlparser-rs version `0.57.0` around 2024-06-15
#1837 closed
Jun 23, 2025 -
Parse error for `limit` in subqueries
#1898 closed
Jun 22, 2025 -
Add support for snowflake cluster by expressions
#1882 closed
Jun 16, 2025
6 Issues opened by 6 people
-
Add support for Snowflake CREATE DATABASE
#1938 opened
Jul 11, 2025 -
Nested type modifiers/complex type
#1932 opened
Jul 9, 2025 -
Postgres: Support negative scale for `NUMERIC`
#1923 opened
Jul 3, 2025 -
Parser: Cannot parse `COUNT(CASE WHEN x NOT NULL THEN 1 END)`
#1920 opened
Jul 2, 2025 -
Keywords are parsed as functions in select statements
#1909 opened
Jun 26, 2025 -
Improving support for `CREATE PROCEDURE`
#1902 opened
Jun 22, 2025
3 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Release sqlparser-rs version `0.58.0` around 2024-08-15
#1886 commented on
Jun 23, 2025 • 0 new comments -
Format for Value renders incorrect escaping of quote characters in BigQuery
#1695 commented on
Jun 30, 2025 • 0 new comments -
Update README.md - add Sqawk to users list
#1838 commented on
Jul 14, 2025 • 0 new comments