Skip to content

Commit

Permalink
Merge pull request #2057 from dolthub/james/correctness
Browse files Browse the repository at this point in the history
updating docs
  • Loading branch information
jycor authored Mar 6, 2024
2 parents 82dd7b3 + a5c3771 commit 2664f2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions content/reference/sql/benchmarks/correctness.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ supported by Dolt.
Here are Dolt's function coverage results for version `1.35.0`.
| Supported | Total | Percent Coverage |
|-----------|-------|------------------|
| 298 | 438 | 68 |
| 302 | 438 | 69 |

## Skipped Engine Tests
Here are the total number of tests skipped by the engine for
Expand All @@ -92,4 +92,4 @@ Additionally, these tests are unique and do not overlap in coverage

| Passing | Total | Percent Passing |
|---------|-------|-----------------|
| 41514 | 41674 | 99.62 |
| 41610 | 41770 | 99.62 |
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 298 of 438 MySQL functions.**
**Currently supporting 302 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 @@ -231,12 +231,12 @@ Most functions are simple to implement. If you need one that isn't implemented,
| `JSON_INSERT()` || |
| `JSON_KEYS()` || |
| `JSON_LENGTH()` || |
| `JSON_MERGE()` | | |
| `JSON_MERGE_PATCH()` | | |
| `JSON_MERGE()` | | |
| `JSON_MERGE_PATCH()` | | |
| `JSON_MERGE_PRESERVE()` || |
| `JSON_OBJECT()` || |
| `JSON_OBJECTAGG()` || |
| `JSON_OVERLAPS()` | | |
| `JSON_OVERLAPS()` | | |
| `JSON_PRETTY()` || |
| `JSON_QUOTE()` || |
| `JSON_REMOVE()` || |
Expand Down Expand Up @@ -334,7 +334,7 @@ Most functions are simple to implement. If you need one that isn't implemented,
| `QUOTE()` || |
| `RADIANS()` || |
| `RAND()` || |
| `RANDOM_BYTES()` | | |
| `RANDOM_BYTES()` | | |
| `RANK()` || |
| `REGEXP_INSTR()` || |
| `REGEXP_LIKE()` || |
Expand Down

0 comments on commit 2664f2f

Please sign in to comment.