bobozaur / sqlx-exasol

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

Implement the `Text` adapter from `sqlx` #24

Closed bobozaur closed 3 weeks ago

bobozaur commented 9 months ago

The Text adapter would be a nice addition to the driver and would allow easier use of string-like types. Would prefer to see the outcome of #2959 first though.

bobozaur commented 6 months ago

This will get tackled as part of the 0.8 release due to the breaking change of Send bounds removal when binding parameters.