mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
feature(postgres) add pipelining support (#20986)
Co-authored-by: cirospaciari <6379399+cirospaciari@users.noreply.github.com>
This commit is contained in:
@@ -2,6 +2,8 @@ pub const ConnectionFlags = packed struct {
|
||||
is_ready_for_query: bool = false,
|
||||
is_processing_data: bool = false,
|
||||
use_unnamed_prepared_statements: bool = false,
|
||||
waiting_to_prepare: bool = false,
|
||||
has_backpressure: bool = false,
|
||||
};
|
||||
|
||||
// @sortImports
|
||||
|
||||
Reference in New Issue
Block a user