github.com/lib/pq.conn.checkIsInTransaction (method)
6 uses
github.com/lib/pq (current package)
conn.go#L499: func (cn *conn) checkIsInTransaction(intxn bool) {
conn.go#L516: cn.checkIsInTransaction(false)
conn.go#L545: cn.checkIsInTransaction(true)
conn.go#L570: cn.checkIsInTransaction(false)
conn.go#L584: cn.checkIsInTransaction(true)
conn.go#L595: cn.checkIsInTransaction(false)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |