Skip to content

Commit

Permalink
correctness update
Browse files Browse the repository at this point in the history
  • Loading branch information
jycor committed Apr 12, 2024
2 parents 92cb30e + a70b7f1 commit 03a00cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/dolt/content/reference/sql/benchmarks/correctness.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7`.
| 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.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
Expand All @@ -92,4 +92,4 @@ Additionally, these tests are unique and do not overlap in coverage

| Passing | Total | Percent Passing |
|---------|-------|-----------------|
| 41855 | 42021 | 99.60 |
| 42088 | 42283 | 99.54 |
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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()` || |
Expand Down

0 comments on commit 03a00cc

Please sign in to comment.