номер книги в серии

9 years 11 months ago #238 by dentra
dentra replied the topic: номер книги в серии
еще одно небольшое изменение в sopdsdb.py
@@ -566,7 +566,7 @@ class opdsDatabase:
        "from "+TBL_BOOKS+" a "
        "left join "+TBL_BAUTHORS+" b on a.book_id=b.book_id "
        "left join "+TBL_BSERIES +" c on a.book_id=c.book_id "
-       "where author_id=%s and ser_id=%s and a.avail!=0 "+dstr+" order by a.title "+limitstr)
+       "where author_id=%s and ser_id=%s and a.avail!=0 "+dstr+" order by c.ser_no, a.title "+limitstr)
        data=(author_id,ser_id)
     else:
        sql=("select SQL_CALC_FOUND_ROWS a.book_id,a.filename,a.path,a.registerdate,a.title,a.annotation,a.docdate,a.format,a.filesize,a.cover

Please Войти or Create an account to join the conversation.

  • dentra
  • dentra's Avatar Topic Author
  • Visitor
  • Visitor
9 years 11 months ago #239 by mitshel
mitshel replied the topic: номер книги в серии
Логичное добавление.
Выложил новую версию 0.19, которая была на подходе.

Please Войти or Create an account to join the conversation.

  • mitshel
  • mitshel's Avatar
  • Offline
  • Администратор
  • Администратор
More
Time to create page: 0.102 seconds