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
Describe the bug
A clear and concise description of what the bug is.
Below is the FindOneByUsernameDeletedAt method, and when I use this method to query specific username with deleted_at equaling Null, no rows are returned.
Need to use "deleted_at is Null“ to filter data. What is the best workaround for now? I believe that the columns with Null value all have this similar problem.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
Below is the FindOneByUsernameDeletedAt method, and when I use this method to query specific username with deleted_at equaling Null, no rows are returned.
l.svcCtx.UsersModel.FindOneByUsernameDeletedAt(l.ctx, req.Username, sql.NullTime{Valid: false})
**Possible solutions"
Need to use "deleted_at is Null“ to filter data. What is the best workaround for now? I believe that the columns with Null value all have this similar problem.
The text was updated successfully, but these errors were encountered: