Closed
Description
Migrated issue, originally created by Anonymous
The documentation of the SQL Mode setting in MySQL states that to change the SQL Mode without modifying the global server settings, one should create a pool listener to do this automatically when connecting.
There is a much easyer method however, mysql://localhost/test could easily be replaced with mysql://localhost/test?sql_mode=ANSI_QUOTES or something like that which has been supported by MySQLdb for quite some time already.
Perhaps this should be noted in the docs before telling someone to go through the steps of creating a pool listener?