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
RunInTransaction refers to pg.Tx which can't be accessed in orm package because of the circular dependency. Perhaps go-pg should have separate interface like pg.DBer.
Both *pg.Tx and *pg.Db have access to this function, but it's not in their shared interface.
I'm using this as a workaround:
The text was updated successfully, but these errors were encountered: