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
Please add support for upsert query as well in model query.
In already existing upsert query, we need to build params. it doesn't directly take struct.
this query should be supported:
"db.Model(&structName).Upsert()"
The text was updated successfully, but these errors were encountered:
Please add support for upsert query as well in model query.
In already existing upsert query, we need to build params. it doesn't directly take struct.
this query should be supported:
"db.Model(&structName).Upsert()"
The text was updated successfully, but these errors were encountered: