Chris Tsang

Results 417 comments of Chris Tsang

Sorry but I need more information on exactly what you are trying to do that does not compile, and how this change fixes it now. It'd be great if you...

Ah I see, well it's a complicated topic - type system! Definitely needed some test cases then

Hi Diesel team. Welcome, sorry for the delay and thank you for helping out. It really painted the picture where all of us are at, and the comparison with SQLx...

> The first thing I would likely look into in your position is where exactly the overhead of compared to Sqlx is coming from. Is this some unfortunate implementation detail...

This depends on https://github.com/SeaQL/sea-query/pull/225

Can you convert this to draft?

@Sytten Added Caido 😄

Sorry for the delay but this seems like a complicated topic. Hopefully I will be able to provide some meaningful input soon

I don't think adding a new error variant is the way to go for now. I prefer having the context approach (https://docs.rs/anyhow/latest/anyhow/trait.Context.html), so instead of `Query(String)` we should return a...

Thank you for the contribution. This will be merged to a feature branch and I will work on a few details, in particular I think we should nesting the enum...