diff --git a/packages/dolt/content/reference/sql/benchmarks/correctness.md b/packages/dolt/content/reference/sql/benchmarks/correctness.md index 4efd0773..1036eef6 100644 --- a/packages/dolt/content/reference/sql/benchmarks/correctness.md +++ b/packages/dolt/content/reference/sql/benchmarks/correctness.md @@ -77,7 +77,7 @@ supported by Dolt. Here are Dolt's function coverage results for version `1.42.20`. | Supported | Total | Percent Coverage | |-----------|-------|------------------| -| 312 | 431 | 72 | +| 316 | 431 | 73 | ## Skipped Engine Tests Here are the total number of tests skipped by the engine for diff --git a/packages/dolt/content/reference/sql/sql-support/expressions-functions-operators.md b/packages/dolt/content/reference/sql/sql-support/expressions-functions-operators.md index 2aa1ce2e..667d3791 100644 --- a/packages/dolt/content/reference/sql/sql-support/expressions-functions-operators.md +++ b/packages/dolt/content/reference/sql/sql-support/expressions-functions-operators.md @@ -54,7 +54,7 @@ title: "Expressions, Functions, and Operators" ## Functions and operators -**Currently supporting 315 of 431 MySQL functions.** +**Currently supporting 316 of 431 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. @@ -478,7 +478,7 @@ Most functions are simple to implement. If you need one that isn't implemented, | `UUID_SHORT()` | ❌ | | | `UUID_TO_BIN()` | ✅ | | | `UPDATEXML()` | ❌ | | -| `VALIDATE_PASSWORD_STRENGTH()` | ❌ | | +| `VALIDATE_PASSWORD_STRENGTH()` | ✅ | | | `VALUES()` | ✅ | | | `VARIANCE()` | ❌ | | | `VAR_POP()` | ❌ | |