Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
return deleted records
Browse files Browse the repository at this point in the history
  • Loading branch information
Conor Stevenson authored and ConorStevenson committed Oct 5, 2018
1 parent 194132a commit e0b3ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Minimal OpenAPI asynchronous server application
"""

__version__ = '0.9.0'
__version__ = '0.9.1'
1 change: 1 addition & 0 deletions openapi/db/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ async def delete_one(
consumer=self)
if not values:
raise web.HTTPNotFound()
return values

async def delete_list(
self, *, filters=None, query=None, table=None, conn=None):
Expand Down

0 comments on commit e0b3ff8

Please sign in to comment.