Skip to content

Commit

Permalink
adding validate password strength
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cor committed Sep 20, 2024
1 parent e65d30a commit 11350a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.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
Expand Down
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 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.

Expand Down Expand Up @@ -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()` || |
Expand Down

0 comments on commit 11350a4

Please sign in to comment.