Snap version is 8.2.0205.
authorHiroshi Saito <hiroshi@winpg.jp>
Tue, 3 Apr 2007 16:17:20 +0000 (16:17 +0000)
committerHiroshi Saito <hiroshi@winpg.jp>
Tue, 3 Apr 2007 16:17:20 +0000 (16:17 +0000)
and change usage configure.

docs/release.html
docs/unix-compilation.html

index 8b247e693dfa1df0d7e556227b58cacf1681ee00..582c88766e6cc2770a5e70e5d4b9d3762fe0262b 100644 (file)
 <h1>psqlODBC release notes</h1>
 <hr>
 <h2>Development snapshots</h2>
+<li>Notes: psqlODBC 08.02.0205</li><br>
+Changes:<br>
+1.) Append DETAIL messages to GetDiag...() messages.<br>
+2.) Use SQL_SUCCEEDED macros so as to simplify the code.<br>
+3.) Use lastval() function to replace IDENTITY on 8.1 or later servers.<br>
+4.) Remove WSAStartup() and WSACleanup() from DllMain.<br>
+5.) Load libpq from the driver's folder.<br>
+6.) Use QR_get_value_backend_int/_text() funcs instead of QR_get_value_backend_row().<br>
+7.) Improve the implemetation of SQLSetPos(.., SQL_ADD/SQL_UPDATE) using the 8.2 new feature INSERT/UPDATE .. returning.<br>
+8.) Seaparate DTC code as a Delayload DLL.<br>
+<br>
 <li>Notes: psqlODBC 08.02.0204</li><br>
 Changes:<br>
 1.) Configure the combination of time.h and sys/time.h.<br>
index 670d318bf83503b5dbe8add553e78bc76a7d6090..b214fb5be699a607fc824e2503455abf7d3bfb3e 100644 (file)
@@ -31,7 +31,7 @@ provide a build environment for us which is now included in psqlODBC tarballs.</
 <ul>\r
 <li>--with-iodbc</li>\r
 <li>--with-unixodbc</li>\r
-<li>--with-odbcinst=DIR</li>\r
+<li>--with-pgconf=pg_config specify pg_config with full path</li>\r
 <li>--enable-pthreads (thread-safe driver on some platforms)</li>\r
 <li>--disable-unicode (build non-Unicode driver)</li>
 <li>--help</li>\r
@@ -76,8 +76,8 @@ make install
 </blockquote>\r
 \r
 <p>configure has the same options that the PostgreSQL configure used to\r
-have for ODBC, namely --with-iodbc, --with-unixodbc, and\r
---with-odbcinst=DIR.</p>\r
+have for ODBC, namely --with-iodbc or --with-unixodbc, and\r
+--with-pgconf=/usr/local/pgsql/bin/pg_config.</p>\r
 \r
 <h3>Making a Source Distribution</h3>\r
 \r