-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: pipelining prepared statements (#417)
* fix socket pipelining read * one rfq after Parse, none for bind/descr/exec and one after each sync * match psycopg3 wire pipeline expectations * follow ppg3 * follow ppg3 * style * Chageset --------- Co-authored-by: User <[email protected]> Co-authored-by: Sam Willis <[email protected]>
- Loading branch information
1 parent
1784d04
commit ae36974
Showing
4 changed files
with
146 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@electric-sql/pglite': patch | ||
--- | ||
|
||
Fix a bug with pipelining prepared statements. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.