Log Message: ----------- I prepared fix for Bug "Autocommit and Cancel". It's woking patch (it's used #ifded NOT_USED). The main changes are in using cancelable PQsendQuery (it could be ok) and in cleaning and correcting CC_send_query. CC_send_query should be equivalent with old one except adding some QR_set_aborted. I'm not sure if it's ok. [Ludek Finstrle]
Modified Files: -------------- psqlodbc: connection.c (r1.125 -> r1.126) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.125&r2=1.126) ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match