From 674cc0596270d88f2a4c4a3aa97d81eee47b9cf9 Mon Sep 17 00:00:00 2001
From: Hiroshi Saito configure has the same options that the PostgreSQL configure used to
-have for ODBC, namely --with-iodbc, --with-unixodbc, and
---with-odbcinst=DIR.psqlODBC release notes
Development snapshots
+
+Changes:
+1.) Append DETAIL messages to GetDiag...() messages.
+2.) Use SQL_SUCCEEDED macros so as to simplify the code.
+3.) Use lastval() function to replace IDENTITY on 8.1 or later servers.
+4.) Remove WSAStartup() and WSACleanup() from DllMain.
+5.) Load libpq from the driver's folder.
+6.) Use QR_get_value_backend_int/_text() funcs instead of QR_get_value_backend_row().
+7.) Improve the implemetation of SQLSetPos(.., SQL_ADD/SQL_UPDATE) using the 8.2 new feature INSERT/UPDATE .. returning.
+8.) Seaparate DTC code as a Delayload DLL.
+
Changes:
1.) Configure the combination of time.h and sys/time.h.
diff --git a/docs/unix-compilation.html b/docs/unix-compilation.html
index 670d318..b214fb5 100644
--- a/docs/unix-compilation.html
+++ b/docs/unix-compilation.html
@@ -31,7 +31,7 @@ provide a build environment for us which is now included in psqlODBC tarballs.