Skip to content

Commit 5cb986a

Browse files
committed
Add a note how old_passwords can be enabled
+other small changes
1 parent 1bf52c6 commit 5cb986a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Changes:
44

55
- 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
77
- Made closing rows and connections error tolerant. This allows for example deferring rows.Close() without checking for errors
88
- New Logo
99
- Changed the copyright header to include all contributors
@@ -16,8 +16,8 @@ Changes:
1616

1717
New Features:
1818

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
2121
- Added TLS/SSL support: Use a TLS/SSL encrypted connection to the server. Custom TLS configs can be registered and used
2222

2323
Bugfixes:

0 commit comments

Comments
 (0)