Tyler J. Laing

Results 2 comments of Tyler J. Laing

I don't think I have the expertise to implement this feature, but I could write some (currently failing) tests for use by the implementor? (Background, Ran into this exact problem...

Looking closer at the source code, I notice that inside Environment/mod.rs the `as_safe` call creates a borrowed reference to an inner field of `Environment`. Link here: [https://github.com/Koka/odbc-rs/blob/master/src/environment/mod.rs#L60](url) Is there any...