-
Notifications
You must be signed in to change notification settings - Fork 135
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
PostgreSQL Driver not loaded #757
Comments
Sorry to hear you're having problems. It's not the most helpful error message is it? 🥲 I have vague a feeling that it might be something to do with there being two layers through which the DB is access and the top one (internal to the Qt framework) is loaded but the bottom one (the PosgreSQL native driver) is not. But, I could be completely wrong about that! @mikfire is our resident PostgreSQL guru, so hopefully this might be one of the things he has already encountered. If not, it would be good to get the whole debug log prior to this warning message. (Shout if you need help on how to do that.) It might have some clues, or there might be some more diagnostics we can add in the next build. |
Here is also the entire log: This install is on windows, but i did also try it on linux with the same result |
Thanks. Two things to try:
|
Hi,
I was trying to use postgres instead of sqlite, but i get a popup Driver nog loaded, and also see the following error in die console dialog:
[19:15:16.684] (4fw) WARNING : QSqlDatabase: QPSQL driver not loaded [:0]
[19:15:16.686] (4fw) WARNING : QSqlDatabase: available drivers: QIBASE QSQLITE QMARIADB QMYSQL QMYSQL3 QODBC QODBC3 QPSQL QPSQL7 [:0]
Is there any additional action needed to load the driver?
I do see that the driver dll (qsqlpsql.dll) exists in the sqldrivers folder.
Thx,
Jeroen
The text was updated successfully, but these errors were encountered: