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 3668b26 commit d71da1fCopy full SHA for d71da1f
CHANGELOG.md
@@ -5,6 +5,7 @@ Changes:
5
- Go-MySQL-Driver now requires Go 1.1
6
- Connections now use the collation `utf8_general_ci` by default. Adding `&charset=UTF8` to the DSN should not be necessary anymore
7
- Made closing rows and connections error tolerant. This allows for example deferring rows.Close() without checking for errors
8
+ - `byte(nil)` is now treated as a NULL value. Before it was treated like an empty string / `[]byte("")`.
9
- New Logo
10
- Changed the copyright header to include all contributors
11
- Optimized the buffer for reading
0 commit comments