Files
pgcat/tests/go/go.mod
Jakob Schultz-Falk 7c37da2fad Support unnamed prepared statements (#635)
* 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
2023-11-08 16:36:45 -08:00

6 lines
57 B
Modula-2

module pgcat
go 1.21
require github.com/lib/pq v1.10.9