sqlx icon indicating copy to clipboard operation
sqlx copied to clipboard

I think there is a problem with StructScan design

Open LukLau opened this issue 4 years ago • 2 comments

When I use this method, I want to convert a DB row to Struct Object. I found a mistake in it. I would like to know why you are considering using missingFields. If the number of DB row columns exceeds that of struct columns, Why do you have to make missing field mandatory? As a business client I really don't understand.

LukLau avatar Nov 05 '21 09:11 LukLau