update dependencies
This commit is contained in:
parent
fce1b99683
commit
397e9c0842
164 changed files with 5207 additions and 2213 deletions
6
vendor/github.com/go-pg/pg/options.go
generated
vendored
6
vendor/github.com/go-pg/pg/options.go
generated
vendored
|
|
@ -75,12 +75,6 @@ type Options struct {
|
|||
// Frequency of idle checks.
|
||||
// Default is 1 minute.
|
||||
IdleCheckFrequency time.Duration
|
||||
|
||||
// When true Tx does not issue BEGIN, COMMIT, or ROLLBACK.
|
||||
// Also underlying database connection is immediately returned to the pool.
|
||||
// This is primarily useful for running your database tests in one big
|
||||
// transaction, because PostgreSQL does not support nested transactions.
|
||||
DisableTransaction bool
|
||||
}
|
||||
|
||||
func (opt *Options) init() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue