#67 Postgres::RunQueryWithResults does not test PGResult
open
nobody
None
5
2012-12-15
2009-01-23
Anonymous
No
PostgresDatabaseLayer::RunQueryWithResults does not test PGresult after call to PQexec.
If PQresultStatus(pResultCode) != PGRES_TUPLES_OK then it must be handled as an error.
Does this commit correct the issue for you: http://wxcode.svn.sourceforge.net/viewvc/wxcode/trunk/wxCode/components/databaselayer/src/PostgresDatabaseLayer.cpp?r1=903&r2=916