Some changes.
authorHiroshi Saito <hiroshi@winpg.jp>
Sat, 1 Sep 2007 00:53:55 +0000 (00:53 +0000)
committerHiroshi Saito <hiroshi@winpg.jp>
Sat, 1 Sep 2007 00:53:55 +0000 (00:53 +0000)
docs/release.html

index 8f82094cc1fe50d3ce41af24be8af7d7f63258ea..6086f78151470c4d6c62e2f13d1d130e006b30d3 100644 (file)
 <hr>
 <h2>psqlODBC 08.02.0XXX Snapshot </h2>
 <br>
+<li>Notes: psqlODBC 08.02.0403</li><br>
+Changes:<br>
+1.) Support SQLColAttribute for MS specific SQL_CA_SS_COLUMN_KEY. Some MS applications use this.<br>
+2.) Improve the check of updatability of queries by checking if they have multiple tables.<br>
+3.) Reduce the round trip overhead in FE/BE communications(especially in useDeclareFetch mode).<br>
+4.) Fix a bug in ResolveOneParam() pointed out by Rainer Bauer.<br>
+5.) Add a flag which lets SQLTables() show only accessible tables.<br>
+6.) The unicode driver now can handle utf-16 surrogate pairs.<br>
+<br>
 <li>Notes: psqlODBC 08.02.0402</li><br>
 Changes:<br>
 1.) Fix some bugs in case without MSDTC support.<br>