Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin doesn't work on Qt 5.14 but works ok Qt 5.13.2 #33

Open
Monsterovich opened this issue Mar 15, 2020 · 2 comments
Open

Plugin doesn't work on Qt 5.14 but works ok Qt 5.13.2 #33

Monsterovich opened this issue Mar 15, 2020 · 2 comments

Comments

@Monsterovich
Copy link

The driver is not loaded for some reason.

W libprotox_armeabi-v7a.so: QSqlDatabase: SQLITECIPHER driver not loaded
W libprotox_armeabi-v7a.so: QSqlDatabase: available drivers: QSQLITE
@Monsterovich
Copy link
Author

The driver is not registered automatically so I made a workaround.

	QSqlDatabase::registerSqlDriver("SQLCIPHER", new QSqlDriverCreator<SQLiteCipherDriver>);
	qDebug() << QSqlDatabase::drivers();
D         : ("QSQLITE", "SQLCIPHER")

@devbean
Copy link
Owner

devbean commented Mar 17, 2020

Please checkout branch release/1.3 to see if it works on Qt 5.14. I compiled it with Qt 5.14 and all unit tests works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants