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
This commit is contained in:
Jakob Schultz-Falk
2023-11-09 01:36:45 +01:00
committed by GitHub
parent b45c6b1d23
commit 7c37da2fad
8 changed files with 327 additions and 19 deletions

View File

@@ -1109,7 +1109,7 @@ pub struct Describe {
#[allow(dead_code)]
len: i32,
target: char,
pub target: char,
pub statement_name: String,
}