Wagner72
Wagner72
Hello there! Since we have long-lived queries, I suggest adding an additional configuration of collect_cycles_every. Its value will indicate how many times in how many queries the function gc_collect_cycles() should...
## Reason for this PR Issue #598 PR #605 (@levkk) ## Description of Changes 1. Optional `verify-ca` mode to configure `general.verify_server_certificate`. It is equivalent to the `sslmode=verify-ca` mode 2. Rejection...
## Severity High ## Description When using self-signed certificate authorities, pgcat does not allow the connection to be established: ``` Client disconnected with error ClientAuthPassthroughError("AuthPassthroughError(\"Error trying to obtain password from...
## Versions PGCat: 1.1.1 PostgreSQL: Postgres Pro 15 (similar to PostgreSQL 15) ## Configurations pgcat.toml ``` auth_query = "SELECT usename, passwd FROM public.pgcat_auth($1)" auth_query_user = "pgcat_auth_user" auth_query_password = "" ```...
Hello there! Please see https://github.com/thephpleague/oauth2-server-bundle/blob/7b25756bdee0321d55d11b7dc39fff11aacfd7ec/src/Controller/AuthorizationController.php#L106 This is where we convert the Symfony UserInterface into a League UserEntityInterface I think it would be more correct to remove this transformation, and in...
Hello, Unfortunately, I couldn't find USB OTG support for the STM32F105 and STM32F107 (yes, they support USB OTG). I tried working with this library on my own, but it still...