Explorar o código

DSN param values must be escaped

Julien Schmidt %!s(int64=12) %!d(string=hai) anos
pai
achega
3f855aaafa
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      CHANGELOG.md

+ 1 - 0
CHANGELOG.md

@@ -13,6 +13,7 @@ Changes:
   - Refactored the driver tests
   - Added more benchmarks and moved all to a separate file
   - Other small refactoring
+  - DSN parameter values must now be url.QueryEscape'ed. This allows text values to contain special characters, such as '&'.
 
 New Features: