Addition of specification.
authorHiroshi Saito <hiroshi@winpg.jp>
Tue, 5 Sep 2006 17:49:28 +0000 (17:49 +0000)
committerHiroshi Saito <hiroshi@winpg.jp>
Tue, 5 Sep 2006 17:49:28 +0000 (17:49 +0000)
(08.02.0101) Inoue-san. some bugs - correction.

docs/config.html
docs/release.html

index 675785f2f8cd8fc1faad707a0f6e7a14f85cb792..94a84880b7e2527cb8a7e9bb5d5cc118c5306451 100644 (file)
@@ -216,6 +216,11 @@ server doesn't need to re-parse the statement each time it is used.
 
 <li><b>Int8 As:</b> Define what datatype to report int8 columns as.<br />&nbsp;</li>
 
+<li><b>Extra Opt:</b> extra options.<br />&nbsp;</li>
+0x1: Abbreviation option of connection.<br />&nbsp;</li>
+0x2: Fake MS SQL Server.<br />&nbsp;</li>
+0x4: BDE Environment.<br />&nbsp;</li>
+
 <li><b>Protocol:</b> <br />&nbsp;
 
 <ul>
index 6d18783511915c851f42d4819f1ebe71698e04c2..69b4d0aef15a0e542a6bf4044688bd8427657842 100644 (file)
@@ -9,8 +9,18 @@
   
 <h1>psqlODBC release notes</h1>
 <hr>
-
-<h2>psqlODBC 08.02.0100 Release</h2>
+<h2>Development snapshots</h2>
+<li>Notes: psqlODBC 08.02.0101</li><br>
+Changes:<br>
+1. Delayload import XOLEHLP.dll so that the driver can be loaded<br>
+   without the existence of the dll.<br>
+2. Fix a simple password authentication bug.<br>
+3. Fix a buffer overrun bug which prevented the connection phase<br>
+   from retrying another version appropriately.<br>
+4. Handle multi-addresses of a specified host properly.<br>
+5. Refine the socket handling(connect, recv, send).<br>
+6. Display more appropriate error messages in the connection phase.<br>
+<br>
 <li>Notes: psqlODBC 08.02.0100</li><br>
 Changes:<br>
 1) Return to Unicode/ANSI driver distribution as some users still find one works better than the other for them.<br>
@@ -18,8 +28,6 @@ Changes:<br>
 3) Initial value has set MSDTC=no of VC6 (Support of MSDTC is only VC7 and VC8)<br>
 4) Addition which is a driver name in a resource (Unicode or ANSI)<br>
 <br>
-
-<h2>Development snapshots</h2>
 <li>Notes: psqlODBC 08.02.0007</li><br>
 Changes:<br>
 1) Fix some SQLPrimaryKey, SQLForeignKey bugs.<br>