File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1313
1414Arne Hormann <arnehormann at gmail.com>
1515Carlos Nieto <jose.carlos at menteslibres.net>
16+ DisposaBoy <disposaboy at dby.me>
1617Hanno Braun <mail at hannobraun.com>
1718James Harr <james.harr at gmail.com>
1819Julien Schmidt <go-sql-driver at julienschmidt.com>
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("") `
8+ - ` [] byte(nil)` is now treated as a NULL value. Before, it was treated like an empty string / ` []byte("") `
99 - DSN parameter values must now be url.QueryEscape'ed. This allows text values to contain special characters, such as '&'.
1010 - Use the IO buffer also for writing. This results in zero allocations (by the driver) for most queries
1111 - Optimized the buffer for reading
You can’t perform that action at this time.
0 commit comments