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
// I encountered an unrecognized error here,and my squirrel version is v1.5.4 , seems that there is no "Not" method in "expr.go" file.
query, args, err := builder.ToSql()
The text was updated successfully, but these errors were encountered:
I encountered an unrecognized error, my squirrel version is v1.5.4 , seems that there is no "Not" method in "expr.go" file.
I have a Mongo query statement such as below
and I hope to convert it into MySQL.
so I write as below
// I encountered an unrecognized error here,and my squirrel version is v1.5.4 , seems that there is no "Not" method in "expr.go" file.
query, args, err := builder.ToSql()
The text was updated successfully, but these errors were encountered: