You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation on golang.org for the database/sql package shows an example using ? as a placeholder in QueryRow, lib/pq is not compatible with that example because it uses $n.
The documentation on golang.org for the database/sql package shows an example using ? as a placeholder in QueryRow, lib/pq is not compatible with that example because it uses $n.
See: http://golang.org/pkg/database/sql/#DB.QueryRow
The text was updated successfully, but these errors were encountered: