Skip to content

Commit afee073

Browse files
committed
Update AUTHORS file and README.md
1 parent c72e660 commit afee073

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Diff for: AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Xuehong Chan <chanxuehong at gmail.com>
106106
Zhenye Xie <xiezhenye at gmail.com>
107107
Zhixin Wen <john.wenzhixin at gmail.com>
108108
Ziheng Lyu <zihenglv at gmail.com>
109+
Brian Hendriks <brian at dolthub.com>
109110

110111
# Organizations
111112

@@ -123,3 +124,4 @@ Percona LLC
123124
Pivotal Inc.
124125
Stripe Inc.
125126
Zendesk Inc.
127+
Dolthub Inc.

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ This has the same effect as an empty DSN string:
114114
115115
```
116116

117+
If your database name includes a slash, use the [URL encoding](https://en.wikipedia.org/wiki/Percent-encoding) `%2F`:
118+
```
119+
/dbname%2Fwithslash
120+
```
121+
117122
Alternatively, [Config.FormatDSN](https://godoc.org/github.com/go-sql-driver/mysql#Config.FormatDSN) can be used to create a DSN string by filling a struct.
118123

119124
#### Password

0 commit comments

Comments
 (0)