Loading py/__pycache__/sopdscfg.cpython-33.pyc −90 B (3.21 KiB) File changed.No diff preview for this file type. View original file View changed file py/__pycache__/sopdsdb.cpython-33.pyc +2 B (25.1 KiB) File changed.No diff preview for this file type. View original file View changed file py/sopdsdb.py +1 −1 Original line number Diff line number Diff line Loading @@ -542,7 +542,7 @@ class opdsDatabase: return row_count def books_del_phisical(self): sql='delete from '+TBL_BOOKS+' where avail<1' sql='delete from '+TBL_BOOKS+' where avail<=1' cursor=self.cnx.cursor() cursor.execute(sql) cursor.execute("SELECT ROW_COUNT()") Loading Loading
py/__pycache__/sopdscfg.cpython-33.pyc −90 B (3.21 KiB) File changed.No diff preview for this file type. View original file View changed file
py/__pycache__/sopdsdb.cpython-33.pyc +2 B (25.1 KiB) File changed.No diff preview for this file type. View original file View changed file
py/sopdsdb.py +1 −1 Original line number Diff line number Diff line Loading @@ -542,7 +542,7 @@ class opdsDatabase: return row_count def books_del_phisical(self): sql='delete from '+TBL_BOOKS+' where avail<1' sql='delete from '+TBL_BOOKS+' where avail<=1' cursor=self.cnx.cursor() cursor.execute(sql) cursor.execute("SELECT ROW_COUNT()") Loading