https://bugs.kde.org/show_bug.cgi?id=442768

--- Comment #6 from Igor Kushnir <igor...@gmail.com> ---
(In reply to Christophe Giboudeaux from comment #5)
> in assistant:
> select distinct FolderTable.Name from IndexTable, FileNameTable, FolderTable
> where Identifier like 'Q%' and IndexTable.FileId = FileNameTable.FileId;
This query returns the list of many (all?) KDE Frameworks on my system as well.

> select distinct FolderTable.Name from IndexTable, FileNameTable, FolderTable
> where Identifier like 'Q%' and IndexTable.FileId = FileNameTable.FileId and
> FileNameTable.Name = 'tabs.css' and FileNameTable.FolderId = FolderTable.Id;
On my system this query returns:
kchart
kdsoapwsdiscoveryclient
kgantt
These 3 may be the only KDE libraries on my system with documentations
unaffected by this bug.
Looking into /usr/share/doc/qt, I see that the documentations for these 3
libraries were generated in 2021, whereas all other framework documentations
were generated in May or June, 2022.

Sorry, I am not very good at SQL. I guess your meaning is that the second query
should return the list of broken documentations, but somehow it returns the
list of good ones on my system. My previous comments are based on examining
tables in qch files manually/visually on the Browse Data tab of DB Browser for
SQLite GUI (sqlitebrowser).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to