Rename _execute_query

This commit is contained in:
Erik Johnston 2014-08-14 16:58:51 +01:00
parent 937c175029
commit 2529f2bc01
4 changed files with 4 additions and 4 deletions

View file

@ -119,7 +119,7 @@ class DataStore(RoomDataStore, RoomMemberStore, MessageStore, RoomStore,
else:
args = (room_id, )
results = yield self._execute_query(sql, *args)
results = yield self._execute_and_decode(sql, *args)
defer.returnValue(