-
* **asyncpg version**: 0.22
* **PostgreSQL version**: 12.3
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?**: I use DigitalOcean and…
-
Docker container made with compose with bind mounts has many permission issues.
I am using docker compose to start the container.
Here is the docker-compose.yml:
version: "3"
x-logging:
&…
-
### Describe the bug
I was following this bug because I though I had the same : https://github.com/metabase/metabase/issues/37831
But after upgrading I'm still experiencing similar issue.
I hav…
-
### Summary
Currently the tests for odbc do not work on Arch Linux, which is supported in CI since #4222. The PostgreSQL setup works fine, but I couldn't figure out (without spending too much time) h…
-
In v0.29.0 you removed support for Atlas, which was allowing us to use Bob with [libSQL/Turso](https://github.com/tursodatabase/libsql-client-go) (a database not directly supported by Bob). Since Bob …
-
### Expected behavior and actual behavior:
that part of sql code with using `array_agg` on custom composite type
![изображение](https://user-images.githubusercontent.com/3987067/93404368-b394ab80-f8…
-
### Expected behavior
```
// 1
var users = dsl.selectFrom(USERS).where(USERS.ID.in(3L)).fetch();
System.out.println(users);
// 2
var multiUser = DSL.multiset(dsl.selectFrom…
hemju updated
1 month ago
-
All the drivers in a language need to follow the same specifications, the same conventions, and have a lot of similar scaffolding. For maintainability's and testing's sake it may make more sense to cr…
-
**Describe the bug**
When using a field filter in an embedded question or dashboard, the text field
**Logs**
Please include JavaScript console logs (open the browser dev tools and check the "con…
-
**Describe the issue**
If I do a "select * from large_table" using default PgJDBC settings, it will fetch the entire table and overflow RAM.
**Driver Version?**
42.3.1
**Java Version?**
…