262
def delete(self, primarydict, tablename, primary_keys, dry=False):
279
262
def get_single(self, primarydict, tablename, getfields, primary_keys,
280
263
error_notfound="No rows found", dry=False):
281
264
"""Retrieves a single row from a table, returning it as a dictionary