You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
background: I got some error while doing scanny.pgxscan.Select because the column is not there
without the struct tag db:"createdat" (actually it was CreatedAt on the struct) it shows error scanning all: scanning: scanning: doing scan: scanFn: scany: column: createdat
and gomodifytags only allow PascalCase or snake_case (only these two that most similar), where what i need is lowercase.
The text was updated successfully, but these errors were encountered:
background: I got some error while doing
scanny.pgxscan.Select
because the column is not therewithout the struct tag
db:"createdat"
(actually it was CreatedAt on the struct) it shows errorscanning all: scanning: scanning: doing scan: scanFn: scany: column: createdat
and gomodifytags only allow
PascalCase
orsnake_case
(only these two that most similar), where what i need islowercase
.The text was updated successfully, but these errors were encountered: