Lukas Bableck
Lukas Bableck
I have the same problem. I'm using authentik too. Netbox Version: 3.3.8 Python Version: 3.10.6 Here is the stacktrace: ```Internal Server Error: /oauth/complete/oidc/ Traceback (most recent call last): File "/opt/netbox/venv/lib/python3.10/site-packages/django/core/handlers/exception.py",...
Good point, didn't think of that... Casting the extension column to binary might work `SELECT * FROM tl_files WHERE CAST(extension AS BINARY) REGEXP BINARY '[[:upper:]]'`
So I did some testing now, it definitely doesn't work if you only add the BINARY keyword on MySQL 8.0. Casting does work and produces the result we need. This...
Well, that was not what i wanted to do.... 🙄
There we go. Not quite sure about those tests, as I'm not that experienced with PHPUnit, but they are passing.
> > Well, that was not what i wanted to do.... 🙄 > > can you explain that? 😅 Nevermind that, I messed up the commit history a little, but...
Yes, works as expected with your changes :+1: