Optimal some modification.
authorHiroshi Saito <hiroshi@winpg.jp>
Tue, 21 May 2013 14:01:35 +0000 (23:01 +0900)
committerHiroshi Saito <hiroshi@winpg.jp>
Tue, 21 May 2013 14:01:35 +0000 (23:01 +0900)
docs/release.html
docs/win32-compilation.html

index d4a7f81295c210fae8085b5d2077b87730503416..7ae664c305506eacad59a808efe858f9be720984 100644 (file)
@@ -33,6 +33,10 @@ using the patch provided by Michael Kocherov.<br>
     extra empty result set on execution.<br>
 10.) Make the MSI build process of 32bit drivers available in 64bit.<br>
 11.) Fix bug with DeUseDeclareFetch=1 and UseServerSidePrepare=1, issue COMMIT commands properly in case of AUTOCOMMIT on mode. per reported by Jack Wilson(ljwilson@digitalav.com).<br>
+12.) Don't #include errno.h on Windows. VC10 or later intentionally changed the values of error numbers like EINTR, EWOULDBLOCK.<br>
+13.) Allow special characters in the password value of a connection string by enclosing the value by braces({}).<br>
+14.) Fixed conflict between winsock2.h and winsock.h in socket.c.<br>
+15.)Apply blank date <-> null conversion functionality to timestamp type as well.<br>
 <br>
 <h2><a id="09.01.0200">psqlODBC 09.01.0200</a></h2>
 Changes:<br>
index 4adb6c5f4024cd18ebd381fab221b56c254722b1..d11acffb712f1780ca73d3f510695ea1930f58bf 100644 (file)
@@ -35,7 +35,7 @@ can be used with Microsoft Visual C++ 2005 Edition (including the Express editio
      Preparation before the build:
 </p>
 <ol>
-  <li>The Windows distribution of PostgreSQL will install the required headers and libraries into C:\Program Files\PostgreSQL\9.1
+  <li>The Windows distribution of PostgreSQL will install the required headers and libraries into C:\Program Files\PostgreSQL\9.2
   <li>OpenSSL should be installed into C:\OpenSSL (OpenSSL binaries can be downloaded from <a href="http://www.slproweb.com/products/Win32OpenSSL.html">http://www.slproweb.com/products/Win32OpenSSL.html</a>)
 </li></ol>
 
@@ -98,11 +98,11 @@ The following build options may be used:
     </tr>
   <tr>
     <td>PG_INC</td>
-    <td>$(PROGRAMFILES)\PostgreSQL\9.1\include</td>
+    <td>$(PROGRAMFILES)\PostgreSQL\9.2\include</td>
     </tr>
   <tr>
     <td>PG_LIB</td>
-    <td>$(PROGRAMFILES)\PostgreSQL\9.1\lib\ms</td>
+    <td>$(PROGRAMFILES)\PostgreSQL\9.2\lib\ms</td>
     </tr>
   <tr>
     <td>SSL_INC</td>