Hi Denes, >2010/10/3 DenesL <denes1...@yahoo.ca>: > Hi Ivan, > > mysql is not one of the supported DBs for keyed tables: > only DB2, MSSQL, Ingres, and Informix have been added as per
I looked at dal.py (web2py 1.83.2 2010-08-15). It has # list of drivers will be built on the fly # and lists only what is available drivers = [] [...] try: import MySQLdb drivers.append('MySQL') [...] class MySQLAdapter(BaseAdapter): types = { 'boolean': 'CHAR(1)', so MySQL support is there? Or shell something else be added?