Переглянути джерело

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

Julien Schmidt 12 роки тому
батько
коміт
d71da1ff4a
1 змінених файлів з 1 додано та 0 видалено
  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