some bug fixation.
authorHiroshi Saito <hiroshi@winpg.jp>
Sun, 24 Oct 2010 02:09:25 +0000 (02:09 +0000)
committerHiroshi Saito <hiroshi@winpg.jp>
Sun, 24 Oct 2010 02:09:25 +0000 (02:09 +0000)
docs/release.html

index 41bc8a9edca29d49aa21d87e27925c5dbc9faa4a..92b4932493327d9dcf05062153d8f200c9125d64 100644 (file)
@@ -9,9 +9,20 @@
   
 <h1>psqlODBC release notes</h1>
 <hr>
-<h2>psqlODBC 09.00.0101 Release</h2>
+<h2>psqlODBC 09.00.XXXX Release</h2>
 Changes:<br>
-1.) Fix build source of Windows 64bit environment.
+1.) Fix a bug about sizeof() at idx_fake_oid of info.<br>
+2.) Return 0 for the column size when the size of numeric items are unknown.<br>
+ Also improve the calculation of scale of numeric items when it is not explicitly specified.<br>
+3.) Change to  use 'if' instead of an inappropriate 'else if' at cursor of convert.<br>
+4.) Remember to set permanent flag to holdable cursors on commit with no precedent rollback (to savepoint) operations.<br>
+ This fixes a crash bug in case of cursor operations across transaction.<br>
+5.) Fix a bug about the handling of the SQL_RETRIEVE_DATA option.<br>
+ Per report by Andreas.<br>
+<br>
+<li>Notes: psqlODBC 09.00.0101</li><br>
+Changes:<br>
+1.) Fix build source of Windows 64bit environment.<br>
 <br>
 <li>Notes: psqlODBC 09.00.0100</li><br>
 Changes:<br>