tyrelr
Results
22
comments of
tyrelr
I was able to simplify the original query, while still reproducing the original bug. ```sql select `user` from `vc_activities` ``` It look to me like the column type 'String' isn't...
The explain.rs changes look reasonable to me. But I haven't touched sqlx in a long time, so I won't try to guess whether returning None from handle.rs column_nullable could lead...