Commit 7fbeaea1 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Update UPGRADE with last change

parent 107b8700
# Upgrade to 2.3
## Creating MySQL Tables now defaults to UTF-8
If you are creating a new MySQL Table through the Doctrine API, charset/collate are
now set to 'utf8'/'utf8_general_ci' by default. Previously the MySQL server defaults were used.
# Upgrade to 2.2 # Upgrade to 2.2
## Doctrine\DBAL\Connection#insert and Doctrine\DBAL\Connnection#update ## Doctrine\DBAL\Connection#insert and Doctrine\DBAL\Connnection#update
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment