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