Patrick Hintermayer
Patrick Hintermayer
All my keys are bigint (forced by the used framework). I don't get this error very often, but when I get it, then I guess it was always after I...
Just updated to 5.5.5, all tabs were closed, program was restarted, new connection established, search for this report table, clicked on it and the same issue. I simply can't opened...
@ppparihar Any plans to add this in 2021? SInce benchmarks are a integrated part of Go's testing, this would complete your great extension.
Would be nice to see code coverage on the left hand side above the list of tests.
> What type is GeneratedField in database? depends on what you pass for `output_field`. For example `output_field=models.CharField(max_length=16)` would be a VARCHAR(16)
I noticed something related to GeneratedFields. I'm not sure if you want to include that in this PR. There are probably some more GeneratedFields related issues. This one here is...
This would be awesome!
A quick search showed me this: https://dev.mysql.com/doc/refman/8.0/en/show-status.html ```sql SHOW STATUS; ``` > +--------------------------+------------+ | Variable_name | Value | +--------------------------+------------+ | Aborted_clients | 0 | | Aborted_connects | 0 | |...
> Hello, any news on this, @Zerotask have you successfully pulled this off? Yes, we do it like so: ```python from django.http import HttpRequest from ninja.security import HttpBearer from oauth2_provider.oauth2_backends...
> See [celery/celery#9300](https://github.com/celery/celery/pull/9300) Thank you for referencing that. So this is a blocker and it probably needs a new Valkey transport implementation in kombu? We recently switched from Redis to...