Skip to content

Commit ed7c52c

Browse files
authored
Support prepared statements on cznic/ql database
1 parent 3a41166 commit ed7c52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bind.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const (
2323
// BindType returns the bindtype for a given database given a drivername.
2424
func BindType(driverName string) int {
2525
switch driverName {
26-
case "postgres", "pgx", "pq-timeouts", "cloudsqlpostgres":
26+
case "postgres", "pgx", "pq-timeouts", "cloudsqlpostgres", "ql":
2727
return DOLLAR
2828
case "mysql":
2929
return QUESTION

0 commit comments

Comments
 (0)