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
We need a new function for ILIKE so that we don't have to care about case sensitivity
it would be like this so that the input text would work with all text inputs by the user
_damage.Name.Like("Hello world")
_damage.Name.ILike("Hello world")
Motivation
to keep using GORM gen instead of normal gorm
Related Issues
The text was updated successfully, but these errors were encountered:
Describe the feature
We need a new function for ILIKE so that we don't have to care about case sensitivity
it would be like this so that the input text would work with all text inputs by the user
_damage.Name.Like("Hello world")
_damage.Name.ILike("Hello world")
Motivation
to keep using GORM gen instead of normal gorm
Related Issues
The text was updated successfully, but these errors were encountered: