mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
This reverts commit bba7c23957.
This commit is contained in:
2
vendor/github.com/jmoiron/sqlx/bind.go
generated
vendored
2
vendor/github.com/jmoiron/sqlx/bind.go
generated
vendored
@@ -24,7 +24,7 @@ const (
|
||||
var defaultBinds = map[int][]string{
|
||||
DOLLAR: []string{"postgres", "pgx", "pq-timeouts", "cloudsqlpostgres", "ql", "nrpostgres", "cockroach"},
|
||||
QUESTION: []string{"mysql", "sqlite3", "nrmysql", "nrsqlite3"},
|
||||
NAMED: []string{"oci8", "ora", "goracle", "godror"},
|
||||
NAMED: []string{"oci8", "ora", "goracle"},
|
||||
AT: []string{"sqlserver"},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user