Open iurii-iurii opened 5 years ago
Need a source code sample to reproduce.
Cannot comment on OP due to lack of context, but related to this, there is a bug in the error message
async def raw_query(query):
assert isinstance(query, peewee.RawQuery),\
("Error, trying to run delete coroutine"
"with wrong query class %s" % str(query))
"run delete coroutine" should be "run raw_query coroutine"