Hi there, Another bug in 2.0.x:
def test_execute():
rows = db.executesql('select * from y where id = %(id)s', placeholders =
dict(id = 1), as_dict = True)
return str(rows[0])
raises:
File "/Projects/www/gluon/dal.py", line 7257, in executesql
adapter.execute(query, placeholders)
TypeError: execute() takes exactly 2 arguments (3 given)
Matt
--

