-
### Database name
PostgreSQL
# Issue description
We need to bump the `pgx` library to v5 to resolve outstanding CVEs: [CVE-2024-27289](https://ubuntu.com/security/CVE-2024-27289) and [CVE-2024-…
-
### Version
1.27.0
### What happened?
created some tables and queries to insert values into the tables. the generated code doesn't generate sensible or expected results.
- `:execresult` produces …
-
I know this isn't entirely about .BCS but I've recently created a python script (with ai) that extracts .PGX files (Glib LZSS Compressed Image files) into lossless uncompressed Image files (.TIF, .PNG…
-
I'm getting an error when trying to create an SQL subscriber with pgx. I can't find any example of a Postgres subscriber so I've followed the simple MySQL forwarder example to no success.
Here's th…
-
Args:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0xa6a67f]
goroutine 6 [running]:
github.com/jackc/pgx…
-
**Is your feature request related to a problem? Please describe.**
Right now the default for Jet is to let postgres arrays get generated into golang strings.
You can override the generated types, bu…
-
**Describe the problem**
When running parameterized statement alongside with CTE query, CockroachDB fails to infer type of the parameter.
Table:
```sql
CREATE TABLE foo (
a INT PRIMARY KEY,
…
-
Hello!
River is an excellent piece of software, I'm in love with it :)
---
Recently, I tried to integrate river migration with the migration tooling that uses `pgx/v5`'s `pgx.Conn` to drive t…
-
I've created PostgreSQL extension that adds [native unsigned integer data types](https://github.com/pg-uint/pg-uint128) to PostgreSQL.
I also implemented [support of these types](https://github.com/p…
-
for the postgres datasource plugin we currently use the https://github.com/lib/pq module. this module is in maintenance mode, bugs are not fixed (see https://github.com/lib/pq?tab=readme-ov-file#statu…