From 53cf15a0118bf5d8c12daf24d5c03b2c59c71e97 Mon Sep 17 00:00:00 2001 From: James Cor Date: Fri, 8 Mar 2024 10:20:05 -0800 Subject: [PATCH] updating --- content/reference/sql/benchmarks/correctness.md | 4 ++-- .../sql/sql-support/expressions-functions-operators.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/reference/sql/benchmarks/correctness.md b/content/reference/sql/benchmarks/correctness.md index 67f98aca..4985dbc9 100644 --- a/content/reference/sql/benchmarks/correctness.md +++ b/content/reference/sql/benchmarks/correctness.md @@ -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 @@ -92,4 +92,4 @@ Additionally, these tests are unique and do not overlap in coverage | Passing | Total | Percent Passing | |---------|-------|-----------------| -| 41610 | 41770 | 99.62 | \ No newline at end of file +| 41763 | 41923 | 99.62 | \ No newline at end of file diff --git a/content/reference/sql/sql-support/expressions-functions-operators.md b/content/reference/sql/sql-support/expressions-functions-operators.md index 113597a7..fcd0c072 100644 --- a/content/reference/sql/sql-support/expressions-functions-operators.md +++ b/content/reference/sql/sql-support/expressions-functions-operators.md @@ -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. @@ -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()` | ❌ | | @@ -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()` | ❌ | |