Tạ Quan Minh Long

Results 3 issues of Tạ Quan Minh Long

Hey, can we add a function for postgres array text, something similar or better than this? ```rust use serde::Serialize; use sql_builder::quote; use std::fmt::Display; pub fn pg_array(value: &[T]) -> String {...

Hi, I think `ResponseDataStream` is missing the implementation of `AsyncRead ` trait, which allows us to pass the stream to a reader instead of putting the whole file in memory...

I got this issue in the editor, but running the test has nothing to do with the error, everything ran just fine, i wonder if this is related to the...

C-bug