Actually i just found it has a directive:

dictrows: Whether or not to support dict-like access to row objects (default: 
True).

so i just did:

plugin = bottle_pymysql.Plugin( dbuser='nikos', dbpass='*****', 
dbname='counters', dictrows=False )

and now it works with indexes as integers not as strings.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to