File tree 4 files changed +263
-221
lines changed
4 files changed +263
-221
lines changed Original file line number Diff line number Diff line change 5
5
- Go-MySQL-Driver now requires Go 1.1
6
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
+ - ` byte(nil) ` is now treated as a NULL value. Before it was treated like an empty string / ` []byte("") ` .
8
9
- New Logo
9
10
- Changed the copyright header to include all contributors
10
11
- Optimized the buffer for reading
@@ -28,6 +29,7 @@ Bugfixes:
28
29
- Fixed MySQL 4.1 support: MySQL 4.1 sends packets with lengths which differ from the specification
29
30
- Convert to DB timezone when inserting time.Time
30
31
- Splitted packets (more than 16MB) are now merged correctly
32
+ - Fixed empty string producing false nil values
31
33
32
34
33
35
## 1.0 (2013-05-14)
You can’t perform that action at this time.
0 commit comments