File tree Expand file tree Collapse file tree 4 files changed +263
-221
lines changed Expand file tree Collapse file tree 4 files changed +263
-221
lines changed Original file line number Diff line number Diff line change 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
@@ -28,6 +29,7 @@ Bugfixes:
2829 - Fixed MySQL 4.1 support: MySQL 4.1 sends packets with lengths which differ from the specification
2930 - Convert to DB timezone when inserting time.Time
3031 - Splitted packets (more than 16MB) are now merged correctly
32+ - Fixed empty string producing false nil values
3133
3234
3335## 1.0 (2013-05-14)
You can’t perform that action at this time.
0 commit comments