Skip to content

Commit

Permalink
Support prepared statements on cznic/ql database
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxMatt committed Oct 23, 2018
1 parent 3a41166 commit ed7c52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bind.go
Expand Up @@ -23,7 +23,7 @@ const (
// BindType returns the bindtype for a given database given a drivername.
func BindType(driverName string) int {
switch driverName {
case "postgres", "pgx", "pq-timeouts", "cloudsqlpostgres":
case "postgres", "pgx", "pq-timeouts", "cloudsqlpostgres", "ql":
return DOLLAR
case "mysql":
return QUESTION
Expand Down

0 comments on commit ed7c52c

Please sign in to comment.