Comment 1 for bug 328234

Revision history for this message
Anand Chitipothu (anandology) wrote :

Works for me.

>>> import web
>>> db = web.database(dbn="mysql", db="test", user="anand", pw="*()")
>>> db.query("SELECT * FROM test").list()
0.0 (1): SELECT * FROM test
[]