Nick Taylor
Nick Taylor
Sorry to necro an old issue, but I am running into this myself and think I can probably spin up a PR for it. The MySQL package achieves this by...
1.1.36 still has this issue on my machine (M1 on 12.5). It looks like the offset _may_ be worse, but its hard to tell.
That seems to have fixed it 🎉 Thank you so much ❤️
So it seems like this broke a lot of the tests due to it having some expectations that the generated queries *not* be escaped. I want to make sure that...
I came across a potentially related issue, using the following code: ```rust use async_std::task; use futures::StreamExt; use ipfs::{IpfsOptions, Types, UninitializedIpfs}; fn main() { env_logger::init(); let options = IpfsOptions::::default(); task::block_on(async move...