pgx/internal/stmtcache
Jack Christensen c08cc72306 Improve QueryExecModeCacheDescribe and clarify documentation
QueryExecModeCacheDescribe actually is safe even when the schema or
search_path is modified. It may return an error on the first execution
but it should never silently encode or decode a value incorrectly. Add a
test to demonstrate and ensure this behavior.

Update documentation of QueryExecModeCacheDescribe to remove warning of
undetected result decoding errors.

Update documentation of QueryExecModeCacheStatement and
QueryExecModeCacheDescribe to indicate that the first execution of an
invalidated statement may fail.
2023-09-23 10:35:42 -05:00
..
lru_cache.go stmtcache: Use deterministic, stable statement names 2023-09-23 09:55:05 -05:00
stmtcache.go Improve QueryExecModeCacheDescribe and clarify documentation 2023-09-23 10:35:42 -05:00
unlimited_cache.go SendBatch now uses pipeline mode to prepare and describe statements 2022-07-09 09:32:36 -05:00