John Conley
John Conley
## Sorting * **I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] support request * I confirm that I - [x] used the...
I have a field that needs to be able to use a comma inside of a single value. Is there a way I can escape the comma so it doesn't...
EDIT: Upon closer inspection, the spec says "SHOULD NOT" not "MUST NOT". Meaning this is merely bad practice, not an error According to the Swagger 2 spec, readOnly properties are...
Currently, errors in transactions do not get propagated to the pool. This means failed connections will get returned to the pool, effectively poisoning the well. This change simply passes exceptions...
I am looking to create a cluster that uses only ephemeral storage without creating PVC's. Is this possible with the current operator? I am able to use local storage PVC's...
Currently, pgbouncer will ignore errors returned by the check query. This is mostly ok for traditional Postgres, but creates issues when using pgbouncer in front of high availability pg compatible...
Very little work has been done to optimize compile time. While compile time is not mission critical, faster times are conducive to better development practices and testing.
Added support for configuring aws_v4 authentication http client components. This is useful in cases where you want to call a lambda function url or protected api gateway using the included...
Currently, there is no way to change the credentials used by any of the SQL components without updating the configuration and restarting the stream. This is a problem for use...