You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split NpgsqlBuffer into ReadBuffer and WriteBuffer
With async writing for multistatement commands, we will now be writing at
the same time as reading. Each connector now has totally separate
ReadBuffer and WriteBuffer.
0 commit comments