sloppy work on passing all of the test and reimplementing most of the features from encode
This commit is contained in:
@ -10,7 +10,11 @@ class ModelNotSet(AsyncOrmException):
|
||||
pass
|
||||
|
||||
|
||||
class MultipleResults(AsyncOrmException):
|
||||
class NoMatch(AsyncOrmException):
|
||||
pass
|
||||
|
||||
|
||||
class MultipleMatches(AsyncOrmException):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user