Bug #1323
closedDatabase problems in Poshuku
0%
Description
[03.10.2013 09:39:32.715] [0x7eda50] [972] QModelIndex LeechCraft::Poshuku::FavoritesModel::addItem(const QString&, const QString&, const QStringList&) Failed to execute FavoritesAdder query.
[03.10.2013 09:39:32.715] [0x7eda50] [973] query: "INSERT INTO favorites (title, url, tags) VALUES (:title, :url, :tags)"
[03.10.2013 09:39:32.715] [0x7eda50] [974] "column title is not unique Невозможно получить строку" | 1 | 19
[03.10.2013 09:39:32.715] [0x7eda50] [975] bound values: QMap((":tags", QVariant(QString, "") ) ( ":title" , QVariant(QString, "MobileRead Wiki - MOBI") ) ( ":url" , QVariant(QString, "http://wiki.mobileread.com/wiki/MOBI#Description")
) )
lots of similar lines in warning.log
Updated by 0xd34df00d almost 12 years ago
Title uniqueness constraint is firing. What's the problem with that?
Updated by Magog almost 12 years ago
I don't know is there a problem or not. I have seen lots of this warnings in warning.log and have thought that you should know about it.