Skip to content

Commit d71da1f

Browse files
committed
CHANGELOG: []byte(nil) is treated as NULL
1 parent 3668b26 commit d71da1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Changes:
55
- Go-MySQL-Driver now requires Go 1.1
66
- 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
8+
- `byte(nil)` is now treated as a NULL value. Before it was treated like an empty string / `[]byte("")`.
89
- New Logo
910
- Changed the copyright header to include all contributors
1011
- Optimized the buffer for reading

0 commit comments

Comments
 (0)