Explorar el Código

CHANGELOG: []byte(nil) is treated as NULL

Julien Schmidt hace 12 años
padre
commit
d71da1ff4a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      CHANGELOG.md

+ 1 - 0
CHANGELOG.md

@@ -5,6 +5,7 @@ Changes:
   - Go-MySQL-Driver now requires Go 1.1
   - Connections now use the collation `utf8_general_ci` by default. Adding `&charset=UTF8` to the DSN should not be necessary anymore
   - Made closing rows and connections error tolerant. This allows for example deferring rows.Close() without checking for errors
+  - `byte(nil)` is now treated as a NULL value. Before it was treated like an empty string / `[]byte("")`.
   - New Logo
   - Changed the copyright header to include all contributors
   - Optimized the buffer for reading