File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
Changes:
4
4
5
5
- Go-MySQL-Driver now requires Go 1.1
6
- - Connections now use the collation ' utf8_general_ci' by default. Adding ' &charset=UTF8' should not be necessary anymore
6
+ - Connections now use the collation ` utf8_general_ci ` by default. Adding ` &charset=UTF8 ` to the DSN should not be necessary anymore
7
7
- Made closing rows and connections error tolerant. This allows for example deferring rows.Close() without checking for errors
8
8
- New Logo
9
9
- Changed the copyright header to include all contributors
@@ -16,8 +16,8 @@ Changes:
16
16
17
17
New Features:
18
18
19
- - Added ' old_passwords' support: Required in some cases, but must be enabled via a DSN parameter since it is insecure
20
- - Added a ' clientFoundRows' parameter: Return the number of matching rows instead of the number of rows changed on UPDATEs
19
+ - Added ` old_passwords ` support: Required in some cases, but must be enabled by adding ` allowOldPasswords=true ` to the DSN since it is insecure
20
+ - Added a ` clientFoundRows ` parameter: Return the number of matching rows instead of the number of rows changed on UPDATEs
21
21
- Added TLS/SSL support: Use a TLS/SSL encrypted connection to the server. Custom TLS configs can be registered and used
22
22
23
23
Bugfixes:
You can’t perform that action at this time.
0 commit comments