regularfellow

Results 2 issues of regularfellow

When selecting rows using WHERE IN (SUBQUERY) sqlx erroneously(?) tries to return the rows with every field as nullable: https://github.com/regularfellow/todos-example/blob/c74f96319e15c2b181f140c0f7e497a5ccd8ac05/src/main.rs#L19-L22 ```rust struct Todo { id: i64, description: String, done: bool,...

db:postgres
macros
macros:null-inference

Hello ❤️, It appears when checking the difference between databases with different users migra reports functions as changed even when it is the same. I could not figure out why...