https://bugzilla.novell.com/show_bug.cgi?id=668210 https://bugzilla.novell.com/show_bug.cgi?id=668210#c0 Summary: KDE:Qt/libqt4-sql-plugins: Bug Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: openSUSE 11.3 Status: NEW Severity: Critical Priority: P5 - None Component: 3rd party software AssignedTo: dmueller@novell.com ReportedBy: nlminhtl@gmail.com QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: --- Blocker: --- libqt4-sql-postgresql doesn't work correctly with PostgreSQL 8.3 and 8.4 because of this code fragment: file ..\src\sql\drivers\psql\qsql_psql.cpp, line 604: <code> QPSQLDriver::Protocol serverVersion = QPSQLDriver::Version6; PGresult* result = PQexec(connection, "select version()"); .. case 8: switch (vMin) { case 0: serverVersion = QPSQLDriver::Version8; break; case 1: serverVersion = QPSQLDriver::Version81; break; case 2: serverVersion = QPSQLDriver::Version82; break; } break; default: break; } . if (serverVersion < QPSQLDriver::Version73) qWarning("This version of PostgreSQL is not supported and may not work."); </code> these patches can fix the problem http://qt.gitorious.org/~fabo/qt/fabos-clone/commit/01d565e5765608bc786610fb... http://qt.gitorious.org/~fabo/qt/fabos-clone/commit/502c228514a769abf3fcfd43... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.