kszucs / aiopeewee

Asyncio interface for Peewee ORM
MIT License
46 stars 6 forks source link

Raising StopAsyncIteration at missing data #2

Closed tdna closed 7 years ago

tdna commented 7 years ago

When result of a query is empty StopAsyncIteration is raised. That's why get_or_create doesn't work properly because it wants to catch DoesNotExist exception.