Hi, I noticed that there is a typo in the Doctrine Documentaion.
http://www.symfony-project.org/book/doctrine/1_2/en/03-Configuration
Currently:
In the above example we have enabled use_dql_callbacks and use_native_enum for every connection except the connection named doctrine by enabling it for all connections and disabling the attributes specifically for that connection.
Think it should be:
In the above example we have enabled use_dql_callbacks and use_native_enum for every connection except the connection named master by enabling it for all connections and disabling the attributes specifically for that connection.