2
0

Initial privatization of stmtcache

ConnConfig.BuildStatementCache is pending removal once connections
always have separate caches for prepared and described statements.
This commit is contained in:
Jack Christensen
2022-03-12 08:35:31 -06:00
parent fe21cc7486
commit f27178ba85
9 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -7,8 +7,8 @@ import (
"testing"
"github.com/jackc/pgx/v5"
"github.com/jackc/pgx/v5/internal/stmtcache"
"github.com/jackc/pgx/v5/pgconn"
"github.com/jackc/pgx/v5/pgconn/stmtcache"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)