kubo / rust-oracle

Oracle driver for Rust
193 stars 43 forks source link

QUESTION the trait `ToSql` is not implemented for `SqlValue` #73

Open jflasche opened 1 year ago

jflasche commented 1 year ago

Hi Kubo,

I try to use values, which I get from a query, as binds for next query/statment. As the subjected trait bound is not in place I alway need to convert to rust native type and than back to sql. Is there a workaround or will there be a trait implementation (best as nocopy :-) )?

Thanks & Regards Jens