Skip to content

Commit

Permalink
Merge pull request #2064 from dolthub/gitbook-dev
Browse files Browse the repository at this point in the history
Publish
  • Loading branch information
jycor authored Mar 8, 2024
2 parents 6dd2cc8 + 7a2d887 commit afdb6b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 |
|-----------|-------|------------------|
| 302 | 438 | 69 |
| 303 | 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 |
|---------|-------|-----------------|
| 41610 | 41770 | 99.62 |
| 41763 | 41923 | 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 302 of 438 MySQL functions.**
**Currently supporting 303 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 @@ -106,7 +106,7 @@ Most functions are simple to implement. If you need one that isn't implemented,
| `BIT_AND()` || |
| `BIT_COUNT()` || |
| `BIT_LENGTH()` || |
| `BIT_OR()` || `\ |` is supported |
| `BIT_OR()` || `\` is supported |
| `BIT_XOR()` || `^` is supported |
| `CAN_ACCESS_COLUMN()` || |
| `CAN_ACCESS_DATABASE()` || |
Expand Down Expand Up @@ -238,7 +238,7 @@ Most functions are simple to implement. If you need one that isn't implemented,
| `JSON_OBJECTAGG()` || |
| `JSON_OVERLAPS()` || |
| `JSON_PRETTY()` || |
| `JSON_QUOTE()` | | |
| `JSON_QUOTE()` | | |
| `JSON_REMOVE()` || |
| `JSON_REPLACE()` || |
| `JSON_SCHEMA_VALID()` || |
Expand Down

0 comments on commit afdb6b1

Please sign in to comment.