Skip to content
Commit 8b8db29d authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Fix compatibility with QMYSQL driver after 74aed954

Summary:
QPSQL requires the table name passed to QSqlDatabase::record() to be lowercase
since Qt 5.13, but doing that breaks QMYSQL, so only adjust the name when
using QPSQL.

CCBUG: 409234

Reviewers: #kde_pim, vkrause

Reviewed By: #kde_pim, vkrause

Subscribers: kde-pim

Tags: #kde_pim

Differential Revision: https://phabricator.kde.org/D22677
parent c21bb522
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment