11.) Improve pgtype_transfer_octet_length().<br>
12.) Fix a bug reported by Milen Manev that SQLExec *select for a table* -> SQLDescribeCol() -> add a column to the table -> SQLExec *select for the table* -> SQLDescribeCol() for the added column causes a bad result.<br>
13.) Use strncpy_null() instead of strncpy().<br>
+14.) Close (holdable) cursors on commit if possible.<br>
+15.) Recycle columns cache info if the size becomes pretty large.<br>
+16.) Add sslverify=none to conninfo in case of SSL connections via libpq of version 8.4.<br>
+17.) Add a functionality to change the directory for logging.<br>
+18.) Correct the error code for communication errors.<br>
<br>
<li>Notes: psqlODBC 08.03.0400</li><br>
Changes:<br>