[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-17 Thread José Oliver-Didier
https://bugs.kde.org/show_bug.cgi?id=432957 --- Comment #20 from José Oliver-Didier --- Fixed: Able to move tags, changes persist after closing and re-opening digiKam. Tested on 7.2.0-rc (46fd680f) 2/16/2021 build with MySQL 8.0.23 on Windows 10. -- You are receiving this mail because: You are

[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-16 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=432957 Maik Qualmann changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-16 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=432957 --- Comment #18 from Maik Qualmann --- The problem is MySQL. With DELETE it cannot read from the same table in the WHERE clause. Please test the change, if it is available with MySQL, whether the moving of tags works there as well. A new DB must be

[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-16 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=432957 --- Comment #17 from Maik Qualmann --- Git commit 1d23c88ca41660d548e2bdf2136c9d4bfda5cbd3 by Maik Qualmann. Committed on 16/02/2021 at 18:26. Pushed by mqualmann into branch 'master'. wrap in SELECT clause for MySQL M +10 -6

[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-16 Thread José Oliver-Didier
https://bugs.kde.org/show_bug.cgi?id=432957 --- Comment #16 from José Oliver-Didier --- I installed MariaDB and was able to move the tags into the People tag. Closing and re-opening Digikam, and the changes persists, confirming the functionality worked as expected. So it may seem to be an issue

[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-16 Thread José Oliver-Didier
https://bugs.kde.org/show_bug.cgi?id=432957 --- Comment #15 from José Oliver-Didier --- Yes, I can confirm that the issue also affects "regular" tags which cannot be moved either. -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-16 Thread José Oliver-Didier
https://bugs.kde.org/show_bug.cgi?id=432957 --- Comment #14 from José Oliver-Didier --- MySQL 8.0.23 I first came accross this issue when I created the MySQL db, I deleted it and recreated the database to try to narrow this issue down and it still occurs. -- You are receiving this mail

[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-16 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=432957 --- Comment #13 from Maik Qualmann --- According to the error message, it is MySQL. That will be difficult because we are only testing with MariaDB and MySQL is no longer available as a package. Maik -- You are receiving this mail because: You are

[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-16 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=432957 --- Comment #12 from Maik Qualmann --- I already suspected that something is wrong with your database, namely with the new triggers for the TagsTree. What are you using, MySQL or MariaDB? Which MySQL Server Version? It looks like the TagsTree doesn't

[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-16 Thread José Oliver-Didier
https://bugs.kde.org/show_bug.cgi?id=432957 --- Comment #11 from José Oliver-Didier --- Created attachment 135719 --> https://bugs.kde.org/attachment.cgi?id=135719=edit DebugView logs Attaching DebugView Logs - digilog_move_tag.txt - Opening Digikam, moving "Albert Einstein" tag to people

[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-15 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=432957 --- Comment #10 from Maik Qualmann --- No, the last patch tries to fix the problem with the internal MySQL server, which is completely managed by digiKam, which results in destroyed database tables. The problem does not affect an external MySQL server.

[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-15 Thread José Oliver-Didier
https://bugs.kde.org/show_bug.cgi?id=432957 --- Comment #9 from José Oliver-Didier --- I am using Remote Server (MySQL). Based on your recent comment seems you managed to stomp out the bug. Go Maik! Looking forward to the next available rc build with the fix to test it out. -- You are

[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-15 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=432957 --- Comment #8 from Maik Qualmann --- Git commit 8255cb9325deec0a9c95c3621266e536981a2e68 by Maik Qualmann. Committed on 15/02/2021 at 22:04. Pushed by mqualmann into branch 'master'. use "mysqladmin shutdown" to stop MySQL server The call via

[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-15 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=432957 --- Comment #7 from Maik Qualmann --- Do you use the internal MySQL server? Maik -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-15 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=432957 --- Comment #6 from Maik Qualmann --- No, the problem definitely does not occur here, also MySQL tested. Install Microsoft's DebugView, activate the debug environment variable and post the log if you move the tag. DebugView is described here:

[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-15 Thread José Oliver-Didier
https://bugs.kde.org/show_bug.cgi?id=432957 José Oliver-Didier changed: What|Removed |Added Resolution|INTENTIONAL |--- Ever confirmed|0

[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-15 Thread José Oliver-Didier
https://bugs.kde.org/show_bug.cgi?id=432957 --- Comment #5 from José Oliver-Didier --- Created attachment 135703 --> https://bugs.kde.org/attachment.cgi?id=135703=edit Sample Image I did a clean install with a clean MySQL db and narrowed the steps to reproduce this issue. 1. Load attached

[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-15 Thread José Oliver-Didier
https://bugs.kde.org/show_bug.cgi?id=432957 --- Comment #4 from José Oliver-Didier --- I take my previous comment back, after another restart of digiKam the tags returned back to the previous locations not under the "People" parent tag. -- You are receiving this mail because: You are watching

[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-15 Thread José Oliver-Didier
https://bugs.kde.org/show_bug.cgi?id=432957 --- Comment #3 from José Oliver-Didier --- Thanks Maik. Moving the tags within the "People" view as well as using the Tag Manager, but when I restart digiKam they returned to the previous locations. Typically, I do not store people's names in my

[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=432957 --- Comment #2 from Maik Qualmann --- One more explanation and I've read your post in user list. The People Tag was created to keep the tags in order. The standard does not provide a path for face tags. Therefore, found face tags from digiKam are

[digikam] [Bug 432957] Some tags appear beneath "People" parent tag in People view/panel

2021-02-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=432957 Maik Qualmann changed: What|Removed |Added CC||metzping...@gmail.com