System prompt + Arg injection + Disclaimer

This commit is contained in:
Swissky
2025-01-14 22:26:29 +01:00
parent 38716075f0
commit ddad93a1d2
5 changed files with 48 additions and 2 deletions

View File

@@ -696,6 +696,7 @@ mysql> SELECT @@GLOBAL.VERSION;
Requirement: `MySQL >= 5.7.22`
Use `json_arrayagg()` instead of `group_concat()` which allows less symbols to be displayed
* `group_concat()` = 1024 symbols
* `json_arrayagg()` > 16,000,000 symbols