-
No documentation I've seen so far says SSL is required for communication with Postgres, but I'm getting this output in a helm install using DB Operator (https://github.com/db-operator/db-operator) to …
-
I'm on main, currently 30707e1, I can run the `secure_server` example with
```
cargo r --example secure_server
```
Then try to connect with psql, and I get the following:
```
➤ psql -p 543…
-
**What happened**
I am unsure if this is a bug, or simply outside of the design scope and use-case for immudb: I was attempting to set up immudb as a Postgres database for Django - in an attempt …
-
First of all great job on handling the complexities of postgres wire protocol and creating this !
I feel it would be great examples and context can be added to the documentation in documentation her…
-
Steps to reproduce:
```console
$ heroku create --space ecosystem-staging
Creating app in space ecosystem-staging... done, ⬢ guarded-headland-32300
http://guarded-headland-32300.herokuapp.com/ | …
-
_From @mfrasca on January 5, 2016 12:3_
there is a web-based application, currently just a prototype project, started as [`mfrasca/ghini`](http://github.com/mfrasca/ghini/), it had the goal to become…
-
I've been relying on the newest implementation of executemany() to perform bulk upserts, but it has the shortcoming that it will not allow to easily determine the number of affected rows by parsing th…
-
### CrateDB version
master
### CrateDB setup information
_No response_
### Problem description
_No response_
### Steps to Reproduce
```bash
http localhost:4200/_sql stmt="select '123.4567890123…
-
## Context
prior to `4f1b4bada0bcb4d0d243b23de826962fd8a8c551` i was able to exit the cli app by pressing `ctrl+c` on an empty line. Now i can only exit via `ctrl+d`.
Many applications allow exit…
-
### Describe the bug
While attempting to connect to CockroachDB, `aiopg` raises `TimeoutError`.
### To Reproduce
1. Run CockroachDB on `localhost`. I am running v22.2.19 on Linux.
2. Execute…