-
```
query = Composed([SQL('INSERT INTO '), Identifier('user'), SQL(' ( '), Identifier('first_name'), SQL(', '), Identifier('last_name'), SQL(' ) VALUES ( %%s, %%s);')])
params = ['a', 'b']
acursor…
-
### Summary
We've noticed that restoring Postgres dumps created when using older versions of pg_cron (namely 1.4.2 in our case) against a database where pg_cron 1.5+ is installed break due to a newly…
pcnc updated
7 months ago
-
Hi! First, thanks for making this library!
I'm having an issue with it and m2m models using postgres and psycopg.
Here are is a relevant set of models, one of which inherits the MonitoredModel …
-
I am trying to get the same firmware hashes when a compilers on different platforms (arm64) are being used. Currently we are only reproducible when x86_64 is used.
I am splitting the Legacy/Core pr…
-
I'm kind of new to haskell, so forgive me if the answer to this is obvious, but I was attempting to do a left join in order to get `rows :: [LeftEntity :. Maybe RightEntity]` but then was informed by …
-
PostgreSQL supports an asynchronous notification mechanism ([LISTEN](https://www.postgresql.org/docs/16/sql-listen.html), [NOTIFY](https://www.postgresql.org/docs/16/sql-notify.html)) which could be u…
-
### What happens?
After opening a persistent database (rather than a transient in-memory DuckDB database), I expected PGQ objects to persist after exiting and re-starting.
But I got this error i…
-
Hello guys!
I am getting an error when building on Ubuntu 16.04:
`[ 49%] Built target pagmo_static[ 49%] Linking CXX executable mainsrc/libpagmo.a(jde.cpp.o): In function void boost::serializatio…
-
### Description
Would love support for recursive CTEs via the `rust sql api`. My use case requires calculations/columns that recursively depend on themselves over some dimension (think compounding …
-
## Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: 7.24
- Ruby: 2
- Distribution: RHEL9
- Module version: 7.0.0
## How to reproduce (e.g Puppet code you use)
```
sys…