Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish #2064

Merged
merged 2 commits into from
Mar 8, 2024
Merged

Publish #2064

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading