sloppy work on passing all of the test and reimplementing most of the features from encode

This commit is contained in:
collerek
2020-08-04 18:44:17 +02:00
parent a6f8fc6d7e
commit 345fd227d1
9 changed files with 648 additions and 24 deletions

View File

@ -10,7 +10,11 @@ class ModelNotSet(AsyncOrmException):
pass
class MultipleResults(AsyncOrmException):
class NoMatch(AsyncOrmException):
pass
class MultipleMatches(AsyncOrmException):
pass