GitHub / sqlparser-rs/sqlparser-rs issues and pull requests
#1449 - tests/sqlparser_common.rs / parse_create_view_with_options gives different results with ClickHouseDialect
Issue -
State: open - Opened by joshuawarner32 10 months ago
#1448 - Add a note discouraging new use of `dialect_of` macro
Pull Request -
State: open - Opened by alamb 10 months ago
- 1 comment
#1447 - Expand handling of `LIMIT 1, 2` handling to include sqlite
Pull Request -
State: open - Opened by joshuawarner32 10 months ago
- 1 comment
#1446 - Implements ALTER POLICY syntax for PostgreSQL
Pull Request -
State: closed - Opened by git-hulk 10 months ago
- 5 comments
#1445 - Implements DROP POLICY syntax for PostgreSQL
Pull Request -
State: closed - Opened by git-hulk 10 months ago
- 3 comments
#1444 - make `parse_expr_with_alias` public
Pull Request -
State: closed - Opened by Eason0729 10 months ago
- 1 comment
#1443 - Support `DROP DATABASE`
Pull Request -
State: closed - Opened by linhr 10 months ago
- 2 comments
#1442 - Add SQLite "ON CONFLICT" column option in CREATE TABLE statements
Pull Request -
State: open - Opened by nucccc 10 months ago
- 2 comments
#1441 - Snowflake: support of views column comment
Pull Request -
State: open - Opened by 7phs 10 months ago
- 1 comment
#1440 - Implements CREATE POLICY syntax for PostgreSQL
Pull Request -
State: closed - Opened by git-hulk 10 months ago
- 2 comments
#1439 - parse_subexpr doesn't handle alias
Issue -
State: closed - Opened by Eason0729 10 months ago
- 2 comments
#1438 - Fix `codestyle` CI check
Pull Request -
State: closed - Opened by alamb 10 months ago
- 1 comment
#1437 - Update to ASF header / add when missing
Pull Request -
State: closed - Opened by alamb 10 months ago
- 2 comments
#1434 - chore: remove redundant punctuation
Pull Request -
State: closed - Opened by Fischer0522 10 months ago
- 5 comments
#1433 - The redundant punctuation in "expected()"
Issue -
State: closed - Opened by Fischer0522 10 months ago
- 4 comments
#1432 - MS SQL Server: add support for IDENTITY column option
Pull Request -
State: closed - Opened by 7phs 10 months ago
- 1 comment
#1431 - move primitive dialect configuration into a struct
Pull Request -
State: open - Opened by samuelcolvin 11 months ago
- 7 comments
#1430 - stop the use of `dialect_of` and referring to specific dialects in parser
Issue -
State: open - Opened by samuelcolvin 11 months ago
- 1 comment
#1428 - Allow to use ON CLUSTER cluster_name in TRUNCATE syntax
Pull Request -
State: closed - Opened by git-hulk 11 months ago
- 2 comments
#1427 - feat: adding Display implementation to DELETE and INSERT
Pull Request -
State: open - Opened by seve-martinez 11 months ago
- 2 comments
#1426 - feat: support explain options
Pull Request -
State: closed - Opened by kysshsy 11 months ago
- 5 comments
#1425 - Support Postgres Explain options
Issue -
State: closed - Opened by kysshsy 11 months ago
#1424 - Some small optimizations
Pull Request -
State: closed - Opened by exrok 11 months ago
- 2 comments
#1422 - CHANGELOG for 0.51.0
Pull Request -
State: closed - Opened by alamb 11 months ago
- 1 comment
#1421 - Add a test showing how negative constants are parsed
Pull Request -
State: closed - Opened by alamb 11 months ago
- 1 comment
#1420 - Add `Display` implementation for other `DML` operations
Issue -
State: open - Opened by seve-martinez 11 months ago
- 2 comments
#1419 - Fix parsing of negative values
Pull Request -
State: closed - Opened by agscpp 11 months ago
- 4 comments
#1418 - `is_alphabetic` or `is_ascii_alphabetic`?
Issue -
State: open - Opened by discord9 11 months ago
#1417 - Add support of `DROP|CLEAR|MATERIALIZE PROJECTION` syntax for ClickHouse
Pull Request -
State: closed - Opened by git-hulk 11 months ago
- 2 comments
#1416 - minor: Add `databricks` dialect to `dialect_from_str`
Pull Request -
State: closed - Opened by milenkovicm 11 months ago
- 6 comments
#1415 - Allow to override all the `parser..` methods.
Issue -
State: open - Opened by mamcx 11 months ago
- 1 comment
#1414 - feat: Add support for MSSQL table options
Pull Request -
State: closed - Opened by bombsimon 11 months ago
- 1 comment
#1413 - Fix Hive table comment should be after table column definitions
Pull Request -
State: closed - Opened by git-hulk 11 months ago
- 2 comments
#1410 - fix: Fix stack overflow in parse_subexpr
Pull Request -
State: closed - Opened by eejbyfeldt 11 months ago
- 2 comments
#1409 - MsSql statement parsing failure.
Issue -
State: open - Opened by pengweiqhca 11 months ago
#1408 - bug: example of tests for INTERVAL string expression. (not for merge)
Pull Request -
State: closed - Opened by tshauck 11 months ago
#1407 - cleanup `parse_statement`
Pull Request -
State: closed - Opened by samuelcolvin 11 months ago
- 2 comments
#1406 - Suppor postgres `TRUNCATE` syntax
Pull Request -
State: closed - Opened by tobyhede 11 months ago
- 2 comments
#1405 - Improve postgres CREATE FUNCTION support
Issue -
State: open - Opened by wyozi 11 months ago
#1404 - Support RLS statements
Issue -
State: closed - Opened by wyozi 11 months ago
- 3 comments
#1403 - Add support for postgres TRUNCATE syntax
Pull Request -
State: closed - Opened by tobyhede 11 months ago
- 1 comment
#1402 - Fix identifier starts with `$` should be regarded as a placeholder in SQLite
Pull Request -
State: closed - Opened by git-hulk 11 months ago
- 2 comments
#1399 - `SHOW FUNCTIONS` allowed syntax does not match source/intent
Issue -
State: open - Opened by findepi 11 months ago
- 3 comments
#1398 - Fix `INTERVAL` parsing to support expressions and units via dialect
Pull Request -
State: closed - Opened by samuelcolvin 11 months ago
- 11 comments
#1397 - Add support of parsing CLUSTERED BY clause for Hive
Pull Request -
State: closed - Opened by git-hulk 11 months ago
- 1 comment
#1396 - fix interval precedence for interval expressions
Pull Request -
State: closed - Opened by samuelcolvin 11 months ago
- 4 comments
#1395 - HiveDialect doesn't support create table with PARTITIONED BY and CLUSTERED BY clause
Issue -
State: closed - Opened by wugeer 11 months ago
- 6 comments
#1394 - allow `DateTimeField::Custom` with `EXTRACT` in Postgres
Pull Request -
State: closed - Opened by samuelcolvin 11 months ago
- 2 comments
#1393 - VisitorMut add Expr
Issue -
State: open - Opened by Promaethius 11 months ago
#1392 - Interest in partial parsing and sql formatting?
Issue -
State: open - Opened by zmaril 11 months ago
- 5 comments
#1391 - Tracking issue for implementing PRJECTIONS syntax for ClickHouse
Issue -
State: closed - Opened by git-hulk 11 months ago
- 1 comment
#1390 - Add support of `ADD PROJECTION` syntax for ClickHouse
Pull Request -
State: closed - Opened by git-hulk 11 months ago
- 2 comments
#1389 - Support create index with clause
Pull Request -
State: closed - Opened by lewiszlw 11 months ago
- 2 comments
#1388 - Expand Trigger parsing support
Issue -
State: open - Opened by ignatz 12 months ago
#1387 - feat: support different USE statement syntaxes
Pull Request -
State: closed - Opened by kacpermuda 12 months ago
- 2 comments
#1386 - fix: only require `DESCRIBE TABLE` for Snowflake and ClickHouse dialect
Pull Request -
State: closed - Opened by alamb 12 months ago
- 4 comments
#1385 - Regression: `describe table;` is now invalid, wasn't previously
Issue -
State: closed - Opened by samuelcolvin 12 months ago
- 4 comments
Labels: bug
#1384 - Release sqlparser-rs version `0.51.0`
Issue -
State: closed - Opened by alamb 12 months ago
- 1 comment
#1383 - CHANGELOG for 0.50.0
Pull Request -
State: closed - Opened by alamb 12 months ago
- 2 comments
#1382 - Should `DEDUPLICATE`, `FINAL` and `ID` be keywords?
Issue -
State: closed - Opened by samuelcolvin 12 months ago
- 11 comments
#1381 - make `Parser` generic around dialect
Issue -
State: open - Opened by samuelcolvin 12 months ago
- 4 comments
#1380 - Add support of `FREEZE|UNFREEZE PARTITION` syntax for ClickHouse
Pull Request -
State: closed - Opened by git-hulk 12 months ago
- 2 comments
#1379 - Simple custom lexical precedence in PostgreSQL dialect
Pull Request -
State: closed - Opened by samuelcolvin 12 months ago
- 6 comments
#1378 - rename `get_next_precedence_full` to `get_next_precedence_default`
Pull Request -
State: closed - Opened by samuelcolvin 12 months ago
- 2 comments
#1377 - adding support for scale in CEIL and FLOOR functions
Pull Request -
State: closed - Opened by seve-martinez 12 months ago
- 2 comments
#1376 - `CEIL` and `FLOOR` do not support comma syntax
Issue -
State: closed - Opened by seve-martinez 12 months ago
- 2 comments
#1375 - Support PostgreSQL json_to_record / jsonb_to_record syntax
Issue -
State: open - Opened by guspower 12 months ago
#1374 - supporting snowflake extract syntax
Pull Request -
State: closed - Opened by seve-martinez 12 months ago
- 3 comments
#1373 - Support Snowflake-specific EXTRACT syntax
Issue -
State: closed - Opened by seve-martinez 12 months ago
#1372 - Support DuckDB struct syntax and support list of struct syntax
Pull Request -
State: closed - Opened by jayzhan211 12 months ago
- 8 comments
#1371 - Use the local GitHub Action to replace setup-rust-action
Pull Request -
State: closed - Opened by git-hulk 12 months ago
- 1 comment
#1370 - Use the local GitHub Action to replace `setup-rust-action`
Issue -
State: closed - Opened by git-hulk 12 months ago
#1368 - minor: Implement common traits for OneOrManyWithParens
Pull Request -
State: closed - Opened by gstvg 12 months ago
- 5 comments
#1367 - Simplify arrow_cast tests
Pull Request -
State: closed - Opened by alamb 12 months ago
- 2 comments
#1366 - Improve comments on `Dialect`
Pull Request -
State: closed - Opened by alamb 12 months ago
- 2 comments
#1365 - Why ast must implement PartialOrd/Ord?
Issue -
State: open - Opened by lewiszlw 12 months ago
- 1 comment
#1364 - Make `Parser::maybe_parse` pub
Pull Request -
State: closed - Opened by Jesse-Bakker 12 months ago
- 1 comment
#1363 - Update version of GitHub Actions
Pull Request -
State: closed - Opened by git-hulk 12 months ago
- 1 comment
#1362 - Add support of ATTACH/DETACH PARTITION for ClickHouse
Pull Request -
State: closed - Opened by git-hulk 12 months ago
- 2 comments
#1361 - Support parsing empty map literal syntax for DuckDB and Genric
Pull Request -
State: closed - Opened by goldmedal 12 months ago
- 2 comments
#1360 - Support `Dialect` level precedence, update Postgres `Dialect` to match Postgres
Pull Request -
State: closed - Opened by samuelcolvin 12 months ago
- 8 comments
#1359 - Add support of parsing OPTIMIZE TABLE statement for ClickHouse
Pull Request -
State: closed - Opened by git-hulk 12 months ago
- 2 comments
#1358 - Parse SETTINGS clause for ClickHouse table-valued functions
Pull Request -
State: closed - Opened by Jesse-Bakker about 1 year ago
- 2 comments
#1357 - fix CI clippy `1.80` warnings
Pull Request -
State: closed - Opened by lovasoa about 1 year ago
- 2 comments
#1355 - Support for postgres String Constants with Unicode Escapes
Pull Request -
State: closed - Opened by lovasoa about 1 year ago
- 5 comments
#1354 - support Unicode string literals prefixed with `U&`
Issue -
State: closed - Opened by lovasoa about 1 year ago
#1353 - Allow to use the GLOBAL keyword before the join operator
Pull Request -
State: closed - Opened by git-hulk about 1 year ago
- 2 comments
#1352 - Adding support for parsing CREATE TRIGGER and DROP TRIGGER statements
Pull Request -
State: closed - Opened by LucaCappelletti94 about 1 year ago
- 11 comments
#1351 - Allow to use the TABLE keyword in DESC|DESCRIBE|EXPLAIN TABLE statement
Pull Request -
State: closed - Opened by git-hulk about 1 year ago
- 2 comments
#1350 - Add CHANGELOG for 0.49.0
Pull Request -
State: closed - Opened by alamb about 1 year ago
- 1 comment
#1349 - Release sqlparser-rs version `0.50.0`
Issue -
State: closed - Opened by alamb about 1 year ago
- 3 comments
#1348 - Add support of MATERIALIZED/ALIAS/EPHERMERAL default column options for ClickHouse
Pull Request -
State: closed - Opened by git-hulk about 1 year ago
- 2 comments
#1347 - Allow to use `()` as the GROUP BY nothing
Pull Request -
State: closed - Opened by git-hulk about 1 year ago
- 3 comments
#1345 - Interval multiplication parses differently depending on operand order
Issue -
State: closed - Opened by mcheshkov about 1 year ago
- 8 comments
#1344 - Support Map literal syntax for DuckDB and Generic
Pull Request -
State: closed - Opened by goldmedal about 1 year ago
- 6 comments
#1343 - Support subquery expression in SET expressions
Pull Request -
State: closed - Opened by iffyio about 1 year ago
- 1 comment
#1342 - Add support of parsing ON CLUSTER in ALTER TABLE for ClickHouse
Pull Request -
State: closed - Opened by git-hulk about 1 year ago
- 3 comments
#1341 - Snowflake: support position with normal function call syntax
Pull Request -
State: closed - Opened by jmhain about 1 year ago
- 3 comments
#1339 - Fix AS query clause should be after the create table options
Pull Request -
State: closed - Opened by git-hulk about 1 year ago
- 2 comments
#1338 - Enable PARTITION BY feature for PostgreSQL while parsing the create table statement
Pull Request -
State: closed - Opened by git-hulk about 1 year ago
- 1 comment