<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
<html>\r
<head>\r
- <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">\r
<title>psqlODBC</title>\r
- </HEAD>\r
+ </head>\r
\r
- <body bgcolor="#ffffff" text="#000000" link="#ff0000" vlink="#a00000" alink="#0000ff">\r
- \r
-<h1>psqlODBC</h1>\r
+ <body>\r
+\r
+<table width=100% border=0 cellpadding=3 cellspacing=0>\r
+<tr>\r
+<td bgcolor="#004040" align=left height=32>\r
+<font size=+3 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF">\r
+<b>psqlODBC</b>\r
+</font>\r
+</td>\r
+</tr>\r
+</table>\r
\r
+<hr>\r
<h2>Introduction</h2>\r
\r
<p><b>psqlODBC</b> is the official PostgreSQL ODBC Driver.</p>\r
\r
<p>psqlODBC is released under the <a href="http://www.opensource.org/licenses/lgpl-license.php">Library General Public Licence</a>, or LGPL.</p>\r
\r
+<hr>\r
<h2>psqlODBC Documentation</h2>\r
\r
<p>The following documents contain various bits of useful information. Please send any additional \r
<li><a href="release.html">Release notes.</a><br> </li>\r
</ul>\r
\r
+<hr>\r
<h2>psqlODBC HOWTOs</h2>\r
\r
<p>The following HOWTOs have been contributed by various people. If you wish to add to the \r
\r
</ul>\r
\r
+<hr>\r
<h2>Acknowledgements</h2>\r
\r
<h3>OpenSSL</h3>\r
<h1>psqlODBC release notes</h1>
<hr>
-<h2>psqlODBC 08.02.0500 Release </h2>
-<br>
+<h2>psqlODBC 08.02.0X00 Release </h2>
+Changes:<br>
+1.) Correct the flow of trial of multi protocols and fix related bugs about handling of connection errors.<br>
+2.) I may have introduced a bug in the last change which may cause an infinite loop of trial to use the same
+ (should be lower) version of protocols. Also try to use SSPI service for SSL support when libpq is unavailable.<br>
+3.) Fix a bug in copy_and_convert_field() when fetching bookmark columns. This bug could occur in case no suitable?
+ lo type is found.<br>
+4.) Improve the parse statement operation so that it detect srf in (from clause).<br>
+5.) Correct the COLUMN_LENGTH return value of SQLColumns() for varchar/bpchar type columns (Unicode driver).<br>
+6.) Change to not return database name if case of MS Query.<br>
+7.) The first cut to use Windows SSPI. The trial to use Schannel service for SSL support.<br>
+8.) Be more careful about <for locking clause> in UseDeclareFetch mode. "for read only" clause for read only queries
+ for 8.3 or later servers for safety.<br>
+<br>
+<li>Notes: psqlODBC 08.02.0500</li><br>
Changes:<br>
1.) Correct the format of Bind message under 64bit environment.<br>
2.) Fixed build of without OpenSSL.<br>