Skip to content

Commit 7c312af

Browse files
committed
add cockroach driver to default driver list as DOLLAR
1 parent 29f9f5e commit 7c312af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bind.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222
)
2323

2424
var defaultBinds = map[int][]string{
25-
DOLLAR: []string{"postgres", "pgx", "pq-timeouts", "cloudsqlpostgres", "ql", "nrpostgres"},
25+
DOLLAR: []string{"postgres", "pgx", "pq-timeouts", "cloudsqlpostgres", "ql", "nrpostgres", "cockroach"},
2626
QUESTION: []string{"mysql", "sqlite3", "nrmysql", "nrsqlite3"},
2727
NAMED: []string{"oci8", "ora", "goracle"},
2828
AT: []string{"sqlserver"},

0 commit comments

Comments
 (0)