File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -165,12 +165,11 @@ sql:
165165
166166### MySQL
167167
168- ### MySQL supports a similar feature using [LOAD DATA](https://dev.mysql.com/doc/refman/8.0/en/load-data.html).
169-
168+ MySQL supports a similar feature using [LOAD DATA](https://dev.mysql.com/doc/refman/8.0/en/load-data.html).
170169
171170Errors and duplicate keys are treated as warnings and insertion will
172- continue, even without an error for some cases. Use this in a transaction
173- and use SHOW WARNINGS to check for any problems and roll back if you want to .
171+ continue, even without an error for some cases. Use this in a transaction
172+ and use SHOW WARNINGS to check for any problems and roll back if necessary .
174173
175174Check the [error handling](https://dev.mysql.com/doc/refman/8.0/en/load-data.html#load-data-error-handling) documentation for more information.
176175
199198 go :
200199 package : " db"
201200 sql_package : " database/sql"
202- sql_driver: "github.com/go-sql-driver/mysql"
201+ sql_driver : " github.com/go-sql-driver/mysql"
203202 out : " db"
204203` ` `
You can’t perform that action at this time.
0 commit comments