[Digikam-devel] [Bug 283323] a new label _Digikam_root_tag_ is created every time

Dávid Andor david-andor at kozpontiagy.hu
Mon Oct 10 18:15:53 BST 2011


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


Dávid Andor <david-andor at kozpontiagy.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david-andor at kozpontiagy.hu




--- Comment #4 from Dávid Andor <david-andor kozpontiagy hu>  2011-10-10 17:15:53 ---
I have same problem.
Here is my output
mysql [localhost] {andor} (digikam) > SELECT * FROM Tags ORDER BY id LIMIT 10;
+----+------+-------------------------+------+---------+-----+-----+
| id | pid  | name                    | icon | iconkde | lft | rgt |
+----+------+-------------------------+------+---------+-----+-----+
|  0 |   -1 | _Digikam_root_tag_      |    0 | NULL    |   1 |  94 |
|  1 |    0 | _Digikam_root_tag_      |    0 | NULL    |  44 |  93 |
|  2 |    1 | _Digikam_root_tag_      |    0 | NULL    |  45 |  92 |
|  3 |    2 | Zsani                   |    0 | NULL    |  90 |  91 |
|  4 |    0 | _Digikam_Internal_Tags_ |    0 | NULL    |   2 |  43 |
|  5 |    4 | Color Label None        |    0 | NULL    |  41 |  42 |
|  6 |    4 | Color Label Red         |    0 | NULL    |  39 |  40 |
|  7 |    4 | Color Label Orange      |    0 | NULL    |  37 |  38 |
|  8 |    4 | Color Label Yellow      |    0 | NULL    |  35 |  36 |
|  9 |    4 | Color Label Green       |    0 | NULL    |  33 |  34 |
+----+------+-------------------------+------+---------+-----+-----+
10 rows in set (0.00 sec)

mysql [localhost] {andor} (digikam) > SELECT * FROM TagsTree ORDER BY id LIMIT
10;
+----+------+
| id | pid  |
+----+------+
|  0 |   -1 |
|  1 |    0 |
|  2 |    1 |
|  3 |    2 |
|  4 |    0 |
|  5 |    4 |
|  6 |    4 |
|  7 |    4 |
|  8 |    4 |
|  9 |    4 |
+----+------+

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Digikam-devel mailing list