mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 01:16:30 +00:00
* Add golang test suite to reproduce issue with unnamed parameterized prepared statements * Allow caching of unnamed prepared statements * Passthrough describe on portals * Remove unneeded kill * Update Dockerfile.ci with golang * Move out update of Dockerfiles to separate PR
6 lines
57 B
Modula-2
6 lines
57 B
Modula-2
module pgcat
|
|
|
|
go 1.21
|
|
|
|
require github.com/lib/pq v1.10.9
|