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>
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>
</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>