We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a292e commit 7f79f1bCopy full SHA for 7f79f1b
1 file changed
connector.go
@@ -746,7 +746,7 @@ func (cfg *Config) fromDSN(dsn string) error {
746
747
// The current character should be =
748
if r != '=' || !ok {
749
- return fmt.Errorf(`missing "=" after %q in connection info string"`, string(keyRunes))
+ return fmt.Errorf(`missing "=" after %q in connection info string`, string(keyRunes))
750
}
751
752
// Skip any whitespace after the =
0 commit comments