fu/t
Yorhel 1f7e2de9a0 pg: Add prepared statement caching
The tests are not as thourough as I would like. There's many ways to
mess this up.

I was initially planning to drop the ref on the prepared statement
immediately after executing the query, so that the $st object can be
kept around for introspection without consuming excess resources.
Unfortunately, PQcopyResult does not copy over information about bind
parameters, so we need another way to keep that information alive. I
ended up going for the simple solution: keep the ref on the prepared
statement...
2025-02-12 17:19:20 +01:00
..
json_format.t Add some tests and move some docs 2025-02-01 07:00:09 +01:00
json_parse.t jsonparse: Add max_depth, max_size and offset options 2025-02-01 11:01:49 +01:00
pgconnect.t pg: Add prepared statement caching 2025-02-12 17:19:20 +01:00
pgtypes-dynamic.t pg: Add support for record/composite types 2025-02-11 16:04:10 +01:00
pgtypes.t pg: Module rename + more docs 2025-02-11 11:04:03 +01:00