We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f9f5e commit 7c312afCopy full SHA for 7c312af
1 file changed
bind.go
@@ -22,7 +22,7 @@ const (
22
)
23
24
var defaultBinds = map[int][]string{
25
- DOLLAR: []string{"postgres", "pgx", "pq-timeouts", "cloudsqlpostgres", "ql", "nrpostgres"},
+ DOLLAR: []string{"postgres", "pgx", "pq-timeouts", "cloudsqlpostgres", "ql", "nrpostgres", "cockroach"},
26
QUESTION: []string{"mysql", "sqlite3", "nrmysql", "nrsqlite3"},
27
NAMED: []string{"oci8", "ora", "goracle"},
28
AT: []string{"sqlserver"},
0 commit comments