github.com/go-pg/pg/v10.Tx.Commit (method, view implemented interface methods)

4 uses

	github.com/go-pg/pg/v10 (current package)
		tx.go#L336: func (tx *Tx) Commit() error {

	github.com/go-pg/migrations/v8
		collection.go#L474: 			err = tx.Commit()
		collection.go#L499: 			err = tx.Commit()
		collection.go#L532: 		err = tx.Commit()