mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
go dep
Migrated from plain /vendor to go dep
This commit is contained in:
parent
0262763c95
commit
fd693f4ff4
957 changed files with 36866 additions and 177595 deletions
2
vendor/github.com/jmoiron/sqlx/bind.go
generated
vendored
2
vendor/github.com/jmoiron/sqlx/bind.go
generated
vendored
|
@ -21,7 +21,7 @@ const (
|
|||
// BindType returns the bindtype for a given database given a drivername.
|
||||
func BindType(driverName string) int {
|
||||
switch driverName {
|
||||
case "postgres", "pgx":
|
||||
case "postgres", "pgx", "pq-timeouts":
|
||||
return DOLLAR
|
||||
case "mysql":
|
||||
return QUESTION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue