File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -165,12 +165,11 @@ sql:
165
165
166
166
### MySQL
167
167
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).
170
169
171
170
Errors 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 .
174
173
175
174
Check the [error handling](https://dev.mysql.com/doc/refman/8.0/en/load-data.html#load-data-error-handling) documentation for more information.
176
175
199
198
go :
200
199
package : " db"
201
200
sql_package : " database/sql"
202
- sql_driver: "github.com/go-sql-driver/mysql"
201
+ sql_driver : " github.com/go-sql-driver/mysql"
203
202
out : " db"
204
203
` ` `
You can’t perform that action at this time.
0 commit comments