From e25e116828a0267076110f09b740b9cda542d212 Mon Sep 17 00:00:00 2001 From: James Cor Date: Fri, 27 Sep 2024 11:05:48 -0700 Subject: [PATCH] updating correctness docs --- .../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 76bc3d5b..1d0bc7da 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.42.20`. +Here are Dolt's function coverage results for version `1.43.0`. | Supported | Total | Percent Coverage | |-----------|-------|------------------| | 316 | 431 | 73 | ## Skipped Engine Tests Here are the total number of tests skipped by the engine for -version `1.42.20`. These are edge cases that we know are failing for +version `1.43.0`. 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 | |---------|-------|-----------------| -| 44211 | 44435 | 99.50 | \ No newline at end of file +| 44689 | 44464 | 99.50 | \ No newline at end of file