Julius de Bruijn

Results 174 comments of Julius de Bruijn

I'm really thinking of reviving the PR #129 for this purpose. It makes things a bit more complex, but has been working quite well for the tokio-postgres project. Channels are...

Sorry for late reply, we've had a busy week. This is hard to say without knowing more about the error. Can you get it to fail by running against the...

Hey! So, SQL Server doesn't really have support for vectors like some other databases, such as PostgreSQL do with their array operations, which would make it possible to write your...

> Wow, I learned so much from your answer. Thanks a lot! > > _quaint_ to create the queries and _SQLx_ to get the results to the `Struct`, would that...

> Quaint (subject to change significantly) currently works with tiberius, right? Correct. > I am not upgrading tiberius to master as I need transaction support and that's not available with...

In any ways you should design your application so you would not need large `IN` queries. If you have to, you might get an error if you have too many...

Hey! I'm currently reading the TDS manual, and SQL Server TDS protocol should support IEEE 754 floating point values. We do set the server to use the standard in the...

Hi. Did the fauna implementation change or was this completely wrong in the rust implementation?