take some notes.
authorHiroshi Saito <hiroshi@winpg.jp>
Sun, 22 Mar 2009 04:38:44 +0000 (04:38 +0000)
committerHiroshi Saito <hiroshi@winpg.jp>
Sun, 22 Mar 2009 04:38:44 +0000 (04:38 +0000)
docs/release.html

index 34c329577d6cd58aff6006000835f6f1f55690c3..28b79cfebe9f43785a45494263d2bd5ef0870f02 100644 (file)
@@ -24,6 +24,11 @@ Changes:<br>
 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>