bobozaur / sqlx-exasol

An Exasol database driver for the Rust SQLx framework
Apache License 2.0
1 stars 0 forks source link

Uniform ExaSocket impl #14

Closed bobozaur closed 7 months ago

bobozaur commented 10 months ago

Awaiting on PR https://github.com/launchbadge/sqlx/pull/2742. and issue https://github.com/launchbadge/sqlx/issues/2741.

The AsyncWrite::poll_flush() impl of ExaSocket can be made consistent once Box<S:Socket> properly implements flushing.