I upgraded a project from 1.87.3 to 1.91.6. Pymysql is one of the new features, replacing mysqldb.
I would like to ask if it is possible to do an override and use mysqldb instead of pymysql. If this is not possible, would editing gluon/dal.py to revert the patch be a possible hack? http://code.google.com/p/web2py/source/diff?spec=svnfc75444ca55590835b4d0dc0e6c06a85e3f282a8&r=fc75444ca55590835b4d0dc0e6c06a85e3f282a8&format=side&path=/gluon/dal.py Thanks in advance.