From 8cc43402738e0fe2d6a23563a3efafec2713ef4f Mon Sep 17 00:00:00 2001 From: James Cor Date: Thu, 28 Mar 2024 12:42:46 -0700 Subject: [PATCH 1/2] correctness update --- content/reference/sql/benchmarks/correctness.md | 8 ++++---- .../sql/sql-support/expressions-functions-operators.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/reference/sql/benchmarks/correctness.md b/content/reference/sql/benchmarks/correctness.md index a90f5674b..6cdfdcd84 100644 --- a/content/reference/sql/benchmarks/correctness.md +++ b/content/reference/sql/benchmarks/correctness.md @@ -74,14 +74,14 @@ We also measure the coverage of the functions in the SQL engine. This is a measure of how many of the supported MySQL functions are also supported by Dolt. -Here are Dolt's function coverage results for version `1.35.2`. +Here are Dolt's function coverage results for version `1.35.5`. | Supported | Total | Percent Coverage | |-----------|-------|------------------| -| 304 | 438 | 69 | +| 305 | 438 | 70 | ## Skipped Engine Tests Here are the total number of tests skipped by the engine for -version `1.35.2`. These are edge cases that we know are failing for +version `1.35.5`. These are edge cases that we know are failing for one reason or another, but haven't been able to fix yet. In general, these tests are more difficult to fix compared to @@ -92,4 +92,4 @@ Additionally, these tests are unique and do not overlap in coverage | Passing | Total | Percent Passing | |---------|-------|-----------------| -| 41855 | 42021 | 99.60 | \ No newline at end of file +| 41983 | 42172 | 99.55 | \ No newline at end of file diff --git a/content/reference/sql/sql-support/expressions-functions-operators.md b/content/reference/sql/sql-support/expressions-functions-operators.md index 05c82b830..f20e672bd 100644 --- a/content/reference/sql/sql-support/expressions-functions-operators.md +++ b/content/reference/sql/sql-support/expressions-functions-operators.md @@ -54,7 +54,7 @@ title: "Expressions, Functions, and Operators" ## Functions and operators -**Currently supporting 304 of 438 MySQL functions.** +**Currently supporting 305 of 438 MySQL functions.** Most functions are simple to implement. If you need one that isn't implemented, [please file an issue](https://github.com/dolthub/dolt/issues). We can fulfill most requests for new functions within 24 hours. @@ -243,7 +243,7 @@ Most functions are simple to implement. If you need one that isn't implemented, | `JSON_REPLACE()` | ✅ | | | `JSON_SCHEMA_VALID()` | ❌ | | | `JSON_SCHEMA_VALIDATION_REPORT()` | ❌ | | -| `JSON_SEARCH()` | ❌ | | +| `JSON_SEARCH()` | ✅ | | | `JSON_SET()` | ✅ | | | `JSON_STORAGE_FREE()` | ❌ | | | `JSON_STORAGE_SIZE()` | ❌ | | From a70b7f19c16ead7b2ad73054f4d840ce5f84810c Mon Sep 17 00:00:00 2001 From: James Cor Date: Fri, 12 Apr 2024 12:27:22 -0700 Subject: [PATCH 2/2] update --- .../dolt/content/reference/sql/benchmarks/correctness.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/dolt/content/reference/sql/benchmarks/correctness.md b/packages/dolt/content/reference/sql/benchmarks/correctness.md index 6a9b45ac1..d8f548390 100644 --- a/packages/dolt/content/reference/sql/benchmarks/correctness.md +++ b/packages/dolt/content/reference/sql/benchmarks/correctness.md @@ -74,14 +74,14 @@ We also measure the coverage of the functions in the SQL engine. This is a measure of how many of the supported MySQL functions are also supported by Dolt. -Here are Dolt's function coverage results for version `1.35.5`. +Here are Dolt's function coverage results for version `1.35.7`. | Supported | Total | Percent Coverage | |-----------|-------|------------------| | 305 | 438 | 70 | ## Skipped Engine Tests Here are the total number of tests skipped by the engine for -version `1.35.5`. These are edge cases that we know are failing for +version `1.35.7`. These are edge cases that we know are failing for one reason or another, but haven't been able to fix yet. In general, these tests are more difficult to fix compared to @@ -92,4 +92,4 @@ Additionally, these tests are unique and do not overlap in coverage | Passing | Total | Percent Passing | |---------|-------|-----------------| -| 41983 | 42172 | 99.55 | \ No newline at end of file +| 42088 | 42283 | 99.54 | \ No newline at end of file