Skip to content

Commit b24d0c1

Browse files
authored
Release 0.61.1 (#11)
Signed-off-by: Guan-Ming (Wesley) Chiu <105915352+guan404ming@users.noreply.github.com>
1 parent 000cac8 commit b24d0c1

5 files changed

Lines changed: 13 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlparser-rs-wasm"
3-
version = "0.61.0"
3+
version = "0.61.1"
44
edition = "2021"
55
description = "WebAssembly bindings for sqlparser SQL parser"
66
license = "Apache-2.0"

ts/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guanmingchiu/sqlparser-ts",
3-
"version": "0.61.0",
3+
"version": "0.61.1",
44
"type": "module",
55
"description": "A SQL parser for JavaScript and TypeScript, powered by datafusion-sqlparser-rs via WASM",
66
"main": "dist/index.cjs",

ts/tests/README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ npm test -- --testNamePattern="SELECT" # Run tests matching pattern
1313
## Test Results
1414

1515
```
16-
Test Suites: 18 passed, 18 total (100%)
17-
Tests: 62 skipped, 856 passed, 918 total
16+
Test Suites: 19 passed, 19 total (100%)
17+
Tests: 56 skipped, 870 passed, 926 total
1818
Failures: 0 ✅
1919
```
2020

@@ -28,27 +28,25 @@ Failures: 0 ✅
2828
| BigQuery | ✅ Pass | 0 | Fully supported |
2929
| Snowflake | ✅ Pass | 4 | PUT/GET, TASK, STREAM |
3030
| DuckDB | ✅ Pass | 3 | Lambda, SAMPLE, ASOF |
31-
| MSSQL | ✅ Pass | 9 | Procedural features |
31+
| MSSQL | ✅ Pass | 8 | Procedural features |
3232
| SQLite | ✅ Pass | 4 | PRAGMA, GLOB, DETACH |
3333
| Redshift | ✅ Pass | 7 | DISTKEY, SORTKEY, ENCODE |
3434
| ClickHouse | ✅ Pass | 12 | PARTITION BY, TTL, ENGINE |
3535
| Hive | ✅ Pass | 6 | Complex types, TRANSFORM |
36-
| Oracle | ✅ Pass | 4 | Q quote strings (needs 0.61.0+) |
37-
| Databricks | ✅ Pass | 1 | Time travel (needs 0.61.0+) |
36+
| Oracle | ✅ Pass | 0 | Fully supported |
37+
| Databricks | ✅ Pass | 0 | Fully supported |
3838

39-
## Skipped Tests (62 total)
39+
## Skipped Tests (56 total)
4040

41-
**Dialect-specific features (52 tests):**
41+
**Dialect-specific features (46 tests):**
4242
- ClickHouse (12): PARTITION BY, SAMPLE BY, TTL, ARRAY JOIN, ENGINE, DICTIONARY, ALTER UPDATE/DELETE, SYSTEM
43-
- MSSQL (9): CURSOR, WHILE, BEGIN/END, TRY/CATCH, OUTPUT clause
43+
- MSSQL (8): CURSOR, WHILE, TRY/CATCH, OUTPUT clause
4444
- Redshift (7): DISTKEY, SORTKEY, DISTSTYLE, ENCODE, COPY options, CREATE EXTERNAL SCHEMA
4545
- Hive (6): ARRAY<>, MAP<>, STRUCT<>, TRANSFORM, CREATE INDEX, DESCRIBE DATABASE
4646
- Snowflake (4): PUT/GET, CREATE/ALTER TASK, CREATE STREAM
4747
- SQLite (4): PRAGMA, GLOB, DETACH DATABASE, ANALYZE
48-
- Oracle (4): Q quote strings (Q'...', NQ'...') - *coming in 0.61.0*
4948
- DuckDB (3): Lambda functions, SAMPLE, ASOF joins
5049
- PostgreSQL (2): VACUUM, ANALYZE
51-
- Databricks (1): Time travel (TIMESTAMP/VERSION AS OF) - *coming in 0.61.0*
5250

5351
**Statement tests (10 tests):**
5452
- Parse errors (8): Parser leniency tests (e.g., JOIN without ON, missing alias)

0 commit comments

Comments
 (0)