[Bug 223050] New: Unable to have directories with the same name case-insensitively

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 223050] New: Unable to have directories with the same name case-insensitively

Bugzilla from rprots@gmail.com
https://bugs.kde.org/show_bug.cgi?id=223050

           Summary: Unable to have directories with the same name
                    case-insensitively
           Product: digikam
           Version: unspecified
          Platform: openSUSE RPMs
        OS/Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: [hidden email]
        ReportedBy: [hidden email]


Version:            (using KDE 4.3.3)
Installed from:    openSUSE RPMs

Having the following directory layout:

109eos5d (having some raw images)
--preview (having some jpeg images)
109EOS5d (having some raw images)
--preview (having some jpeg images)

When "Include Album Sub-tree" is turned on I see images from 109EOS5d/preview
directory when viewing contents of 109eos5d directory.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 223050] Unable to have directories with the same name case-insensitively

Gilles Caulier-4
https://bugs.kde.org/show_bug.cgi?id=223050


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |Database
            Version|unspecified                 |1.0.0




--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 223050] Unable to have directories with the same name case-insensitively

Marcel Wiesweg
In reply to this post by Bugzilla from rprots@gmail.com
https://bugs.kde.org/show_bug.cgi?id=223050


Marcel Wiesweg <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Marcel Wiesweg <marcel wiesweg gmx de>  2010-01-21 22:18:55 ---
SVN commit 1078245 by mwiesweg:

The SQL string operator "LIKE" is, at least for SQLite, case insensitive.
For albums, which are case sensitive on Unix, add an additional check in C++.

BUG: 223050

 M  +2 -1      NEWS  
 M  +11 -3     libs/database/albumdb.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1078245

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 223050] Unable to have directories with the same name case-insensitively

Gilles Caulier-4
In reply to this post by Bugzilla from rprots@gmail.com
https://bugs.kde.org/show_bug.cgi?id=223050

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |1.1.0

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 223050] Unable to have directories with the same name case-insensitively

bugzilla_noreply
In reply to this post by Bugzilla from rprots@gmail.com
https://bugs.kde.org/show_bug.cgi?id=223050

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]

--- Comment #2 from [hidden email] ---
(In reply to Marcel Wiesweg from comment #1)

In coredb.cpp:3563 , reference for this bug is present. Since this one is
already fixed, I would like to ask a general query if  using this "COLLATE
Latin1_General_BIN" before LIKE operator could have been useful? (since LIKE is
in-sensitive by default)

Regards

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 223050] Unable to have directories with the same name case-insensitively

bugzilla_noreply
In reply to this post by Bugzilla from rprots@gmail.com
https://bugs.kde.org/show_bug.cgi?id=223050

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Database                    |Database-Albums
                 CC|                            |[hidden email]

--
You are receiving this mail because:
You are the assignee for the bug.