Changes:
New Features:
interpolateParams=true
(#309, #318, #490)Bugfixes:
Changes:
go get
installs the current master branch againNew Features:
RegisterDial
allows the usage of a custom dial function to establish the network connectioncollation
DSN parameter. This parameter should be preferred over the charset
parameterSetLogger
Bugfixes:
Changes:
utf8_general_ci
by default. Adding &charset=UTF8
to the DSN should not be necessary anymore[]byte(nil)
is now treated as a NULL value. Before, it was treated like an empty string / []byte("")
New Features:
allowOldPasswords=true
to the DSN since it is insecureclientFoundRows
parameter: Return the number of matching rows instead of the number of rows changed on UPDATEsBugfixes:
time.Time
io.EOF
errors when the data was fully readInitial Release