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 46db301 commit 30b13cdCopy full SHA for 30b13cd
dump.go
@@ -34,7 +34,7 @@ type dump struct {
34
wg sync.WaitGroup
35
}
36
37
-const version = "0.3.1"
+const version = "0.3.2"
38
39
const headerTmpl = `-- Go SQL Dump {{ .DumpVersion }}
40
--
sanitize.go
@@ -16,7 +16,7 @@ func mysqlReplacer() *strings.Replacer {
16
// "\t", "\\t",
17
"\x1A", "\\Z", // ASCII 26 == x1A
18
"\\", "\\\\",
19
- "%", "\\%",
+ // "%", "\\%",
20
// "_", "\\_",
21
)
22
0 commit comments