Merge pull request #10037 from LiamKearn/patch-1

Fix(Docs-Format): Warning format missing entry tag.
This commit is contained in:
Steve Boyd 2021-08-05 14:27:40 +12:00 committed by GitHub
commit 88a4e69de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,7 @@ Example:
$members = Member::get()->where(sprintf('"Name" = %s', Convert::raw2sql($_GET['name'], true)));
```
[warning]
It is NOT good practice to "be sure" and convert the data passed to the functions above manually. This might
result in *double escaping* and alters the actually saved data (e.g. by adding slashes to your content).
[/warning]