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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
Kdepim-bugs mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to