We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05cef07 commit 0d26b5fCopy full SHA for 0d26b5f
bind.go
@@ -21,7 +21,7 @@ const (
21
// BindType returns the bindtype for a given database given a drivername.
22
func BindType(driverName string) int {
23
switch driverName {
24
- case "postgres", "pgx", "pq-timeouts":
+ case "postgres", "pgx", "pq-timeouts", "cloudsqlpostgres":
25
return DOLLAR
26
case "mysql":
27
return QUESTION
0 commit comments