Thread: psqlodbc - psqlodbc: Fix the bug reported by
Log Message: ----------- Fix the bug reported by Alexandre(alepaes@aldeiadigital.com.br). 1. Don't discard the result of unnamed statements for later SQLDescribeCol or SQLColAttribute calls. 2. Set rowstart_in_cache properly when closing eof cursors. Modified Files: -------------- psqlodbc: qresult.c (r1.81 -> r1.82) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/qresult.c?r1=1.81&r2=1.82) results.c (r1.124 -> r1.125) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/results.c?r1=1.124&r2=1.125) statement.h (r1.87 -> r1.88) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/statement.h?r1=1.87&r2=1.88) version.h (r1.215 -> r1.216) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h?r1=1.215&r2=1.216)