Results 29 comments of Gurwinder Singh

@ddolcimascolo Can you provide reproduction code for this error?

@ddolcimascolo I tried this but its working fine for me. any special data included in the FormData?

The `Row` trait has: ```rust fn get_string(&self, i: u64) -> Result; fn get_bytes(&self, i: u64) -> Result; ``` Shouldn't these be ```rust fn get_string(&self, i: u64) -> Result; fn get_bytes(&self,...

Does anyone really load JDBC drivers at runtime in practice? I always thought that was an obscure thing to do.

I agree with @mamcx here. This should be done by parameterized statements.

@rumatoest JDBC is getting "fixed" by loom. As for rust, as you said the sync wrapper works for rust-postgres (wrapper over tokio-postgres).

Not yet released. the works is still in progress (although EA build is available for testing). But this is getting off-topic. > Ecosystem updates are very slow. Thus it is...