rework #3

Merged
izaliamae merged 75 commits from rework into main 2021-09-17 15:30:10 -04:00
Showing only changes of commit 9d6a043bb2 - Show all commits

View file

@ -237,6 +237,7 @@ class Session(object):
tclass = self.table[table]
self.execute(tclass.update().where(tclass.c.id == rowid).values(**data))
def remove(self, table=None, rowid=None, row=None):
if row:
rowid = row.id