pasolid

Results 5 issues of pasolid

If authentication username is different than `postgres` while the `Database` field is empty then DBeaver fails to establish a connection to the DB because it uses authentication username as a...

bug
x:postgresql
AS
xf:connection

I'm facing problems with disabling `SecurityFilterChain` for the gRPC service. I wanted to integrate gRPC service into the existing Spring Web server project, but it failed to start due to...

bug
feedback required

Allow setting generated client version by providing `--package-version` like property in the `openapi-python-client generate` This will simplify automatic processes in the Git-like environments

Last version of Lumigo Opentelemetry 1.0.118, the Redis instrumentation breaks Redis `ZADD` functionality Exact place`umigo_opentelemetry/instrumentations/redis/__init__.p`: [fix: update opentelemetry dependencies to patch security vulnerability ](https://github.com/lumigo-io/opentelemetry-python-distro/commit/0e10e7edd95eff6fe33447a015cac39c47633b56) ```python # when this hook is...

Hi, I have a problem when I try to drop index. I don’t have DDL triggers. I tested doing next: ### Scenario that works * create test_table * drop test_table...