]> git.mxchange.org Git - friendica.git/commit
Added casts to binary for regexp comparison in mysql. mysql rejects comparison of...
authorcluster15 <cluster15web.de>
Fri, 23 May 2025 07:56:28 +0000 (09:56 +0200)
committercluster15 <cluster15web.de>
Fri, 23 May 2025 07:56:28 +0000 (09:56 +0200)
commit6e84c0ade7cbead1be66fd17bd7c530bcad83d98
tree0ef4d061377de05a52a56d7f6554cbfea8e643a0
parent8e0a3d00bb3e794973d76463dfc5869d881b3da1
Added casts to binary for regexp comparison in mysql. mysql rejects comparison of UTF with binary strings.
see https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-22.html#mysqld-8-0-22-feature
The SQL statements also work for mariadb.
src/Module/Contact.php
src/Security/PermissionSet/Repository/PermissionSet.php
src/Security/Security.php