pull/4/merge
Erik Johnston 10 years ago
parent 2529f2bc01
commit 78b501eba6
  1. 2
      synapse/storage/__init__.py

@ -121,7 +121,7 @@ class DataStore(RoomDataStore, RoomMemberStore, MessageStore, RoomStore,
results = yield self._execute_and_decode(sql, *args)
defer.returnValue(
defer.returnValue([self._parse_event_from_row(r) for r in results])
def schema_path(schema):

Loading…
Cancel
Save