PDA

View Full Version : Qt and PostgreSQL : version not supported



xinevil
10th July 2008, 12:49
Hi,

I have Qt 4.4.0 on Windows, and PostgreSQL 8.3.1 on a Linux machine.
I compiled the PostgreSQL plugin against the Windows headers of PostgreSQL 8.3.1, but when I try to connect to the database I get the following warning:
"This version of PostgreSQL is not supported and may not work.'
And after that not all of my queries seem to work (some do...).
I can't change the version of PostgreSQL on the server, because the server is not mine.
When I tried it at home with my own PostgreSQL server, it did work, though at the moment I don't know which version of PostgreSQL I was running there.
Does someone know a solution?

xinevil
10th July 2008, 13:00
Nevermind, I found a Qt bug which states it will be fixed in 4.4.1 :)