-
Notifications
You must be signed in to change notification settings - Fork 629
Insights: apache/datafusion-sqlparser-rs
Overview
Could not load contribution data
Please try again later
40 Pull requests merged by 16 people
-
Postgres: enhance NUMERIC/DECIMAL parsing to support negative scale
#1990 merged
Aug 9, 2025 -
feat: Include end token in
ALTER TABLE
statement#1999 merged
Aug 9, 2025 -
Add support for
UPDATE ... LIMIT ...
#1991 merged
Aug 8, 2025 -
Improve MySQL option parsing in index definitions
#1997 merged
Aug 8, 2025 -
Snowflake - support table function in table factor (regression)
#1996 merged
Aug 8, 2025 -
Improve MySQL
CREATE TRIGGER
parsing#1998 merged
Aug 8, 2025 -
MySQL: Support
ALTER TABLE RENAME AS
#1965 merged
Aug 6, 2025 -
MySQL: Support comma-separated
CREATE TABLE
options#1989 merged
Aug 5, 2025 -
Postgres: Support
INTERVAL
data type options#1984 merged
Aug 2, 2025 -
feat: support multi value columns and aliases in unpivot
#1969 merged
Aug 1, 2025 -
Snowflake create database
#1939 merged
Aug 1, 2025 -
Fix placeholder spans
#1979 merged
Aug 1, 2025 -
MySQL: Allow optional
SIGNED
suffix on integer data types#1985 merged
Aug 1, 2025 -
Snowflake: Improve support for reserved keywords for table factor
#1942 merged
Jul 31, 2025 -
Update criterion requirement from 0.6 to 0.7 in /sqlparser_bench
#1981 merged
Jul 30, 2025 -
Snowflake: Support
CREATE VIEW myview IF NOT EXISTS
#1961 merged
Jul 30, 2025 -
Add support for
SHOW CHARSET
#1974 merged
Jul 29, 2025 -
Add ODBC escape syntax support for time expressions
#1953 merged
Jul 29, 2025 -
feat: support export data for bigquery
#1976 merged
Jul 28, 2025 -
fix: update DuckDB and ClickHouse documentation links
#1978 merged
Jul 26, 2025 -
fix: begin statement for bigquery
#1975 merged
Jul 25, 2025 -
Snowflake: DROP STREAM
#1973 merged
Jul 24, 2025 -
Snowflake: Support
GRANT CREATE SCHEMA
GRANT .. ON ALL FUNCTIONS IN SCHEMA
#1964 merged
Jul 24, 2025 -
Snowflake: Numeric prefix for stage name part
#1966 merged
Jul 23, 2025 -
Snowflake: Support IDENTIFIER for GRANT ROLE
#1957 merged
Jul 23, 2025 -
Postgres: Support parenthesized
SET
options forALTER TABLE
#1947 merged
Jul 23, 2025 -
Snowflake: Add support for
CREATE USER
#1950 merged
Jul 23, 2025 -
Add support for
GRANT DROP
statement#1959 merged
Jul 21, 2025 -
Snowflake: Support
CLONE
option inCREATE DATABASE/SCHEMA
statements#1958 merged
Jul 21, 2025 -
Add support for
NOT NULL
andNOTNULL
expressions#1927 merged
Jul 21, 2025 -
MySQL: Support
EXPLAIN ANALYZE
format variants#1945 merged
Jul 18, 2025 -
Prepare 0.58.0 release: update version + Changelog
#1955 merged
Jul 18, 2025 -
Add support for
DROP USER
statement#1951 merged
Jul 17, 2025 -
Snowflake: Improve accuracy of lookahead in implicit LIMIT alias
#1941 merged
Jul 17, 2025 -
Fix for Postgres regex and like binary operators
#1928 merged
Jul 17, 2025 -
docs: Update rust badge
#1943 merged
Jul 15, 2025 -
Add identifier start unicode support for Postegres, MySql and Redshift
#1944 merged
Jul 15, 2025 -
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
7 Pull requests opened by 4 people
-
Expand parse without semicolons
#1949 opened
Jul 16, 2025 -
Snowflake: CREATE DYNAMIC TABLE
#1960 opened
Jul 21, 2025 -
Redshift: CREATE TABLE ... (LIKE ..)
#1967 opened
Jul 23, 2025 -
Redshift: Add support for IAM_ROLE and IGNOREHEADER COPY options
#1968 opened
Jul 23, 2025 -
feat: support multiple value for pivot
#1970 opened
Jul 23, 2025 -
feat: support alter schema for bigquery
#1980 opened
Jul 28, 2025 -
Fix column definition `COLLATE` parsing
#1986 opened
Jul 30, 2025
10 Issues closed by 3 people
-
Postgres: Support negative scale for `NUMERIC`
#1923 closed
Aug 9, 2025 -
Postgres: Incorrect ending line reported in `Span` for multi-line query
#1858 closed
Aug 9, 2025 -
Crash when there are too many WHERE conditions in the SQL query
#1988 closed
Aug 1, 2025 -
Add support for Snowflake CREATE DATABASE
#1938 closed
Aug 1, 2025 -
URL in doc comments is returning HTTP 404 (not found)
#1963 closed
Jul 26, 2025 -
Release sqlparser-rs version `0.58.0` around 2025-07-18 (was 2024-08-15)
#1886 closed
Jul 24, 2025 -
Postgres ALTER TABLE SET ( storage_parameter [= value] [, ... ] ) fails to parse
#1946 closed
Jul 23, 2025 -
Parser: Cannot parse `COUNT(CASE WHEN x NOT NULL THEN 1 END)`
#1920 closed
Jul 21, 2025 -
Release sqlparser 0.56.1 (backport/fix release)
#1952 closed
Jul 18, 2025 -
Postgres dialect fails to parse "~ any(...)"
#1776 closed
Jul 17, 2025
11 Issues opened by 9 people
-
Associate multi-line comments with their query blocks for implementing Optimizer Hints
#1995 opened
Aug 6, 2025 -
[Postgres] Parsing sequence of `SHOW` and `SET` is a bit off
#1994 opened
Aug 6, 2025 -
[Postgres]: `?` JSON operator cannot be parsed without a space after the field name
#1992 opened
Aug 4, 2025 -
INSERT from SELECT cannot be parsed with an ON CONFLICT clause
#1987 opened
Jul 31, 2025 -
Support DuckDB's `EXTRACT('hour' FROM timestamp)` syntax
#1983 opened
Jul 30, 2025 -
Support CREATE EXTERNAL VOLUME sql
#1982 opened
Jul 30, 2025 -
Can't parse jsonb extractions in an on conflict in Postgres
#1977 opened
Jul 24, 2025 -
Support `COLUMNS(* EXLCUDE(col1, col2))` syntax
#1972 opened
Jul 23, 2025 -
Support for `IN $placeholder` syntax
#1962 opened
Jul 21, 2025 -
Release sqlparser-rs version `0.59.0` around 2025-09-15
#1956 opened
Jul 18, 2025 -
Postgres VACUUM not supported
#1948 opened
Jul 16, 2025
2 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.
-
[EPIC] Complete Span (source location) information / feature
#1548 commented on
Aug 9, 2025 • 0 new comments -
Add support for `GO` batch delimiter in SQL Server
#1809 commented on
Jul 21, 2025 • 0 new comments