Andrew Grossman

Results 8 comments of Andrew Grossman

👍 Also encountering this problem

I found the problem--in my case, the user did not have permission to see anything in the target database, so the information schema query returned no rows. The code fell...

I was running off of the master branch at the time, I think that's something like 2.0.0 alpha.

You need to check the log on the SQL Server to determine what the error is.

> I have also encountered this. Interestingly, the issue seems to have resolved when I locally built FreeTDS off of the current master, then built tds-fdw again. OSX Mojave, FreeTDS...

+1. I also encountered this, Python 3.12.2, Django 5.0.6, Django-Ninja 1.1.0. ``` import logging from django.conf import settings from ninja.security import HttpBearer from ninja.security import django_auth_superuser class AuthBearer(HttpBearer): def authenticate(self,...