jmoiron / sqlx

general purpose extensions to golang's database/sql
http://jmoiron.github.io/sqlx/
MIT License
16.3k stars 1.09k forks source link

missing destination name for field while it is not selected #915

Open charbelcs123 opened 8 months ago

charbelcs123 commented 8 months ago

Got "missing destination name STATUS_ID in *[]models.TABLENAME" while STATUS_ID is not selected in the sql statement nor present in TABLENAME