[Bug 250514] New: Akonadi SQL table names are not correct

Kévin FERRARE timid3000 at gmail.com
Wed Sep 8 02:00:44 BST 2010


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

           Summary: Akonadi SQL table names are not correct
           Product: kaddressbook
           Version: unspecified
          Platform: Gentoo Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: NOR
         Component: general
        AssignedTo: kdepim-bugs at kde.org
        ReportedBy: timid3000 at gmail.com
                CC: tokoe at kde.org


Version:           unspecified (using KDE 4.5.0) 
OS:                Linux

Akonadi uses tables names with case, for example MimeTypeTable
According to the SQL standard, you have to enclose your identifiers in double
quotes if you want them to be treated in a case-sensitive manner.

http://developer.mimer.com/documentation/html_92/Mimer_SQL_Mobile_DocSet/Syntax_Rules3.html

Akonadi does not seem to do that, so for example in my postgresql database I
get table names in low cases like mimetypetable instead of the intended
MimeTypeTable

Reproducible: Always

-- 
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 Kdepim-bugs mailing list