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
{{ message }}
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.
It's unnecessary to close session manually if you use engine.Where.... Only when you use sess := engine.NewSession(), you should ensure you revoked sess.Close() before you leave the scope.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
now i used
engine.Where("")
to create an autoclose session.but, the souce looks not very good.
does any suggestions for this?
if has some function like:
or
that is great!
The text was updated successfully, but these errors were encountered: