From 674cc0596270d88f2a4c4a3aa97d81eee47b9cf9 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Tue, 3 Apr 2007 16:17:20 +0000 Subject: [PATCH] Snap version is 8.2.0205. and change usage configure. --- docs/release.html | 11 +++++++++++ docs/unix-compilation.html | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/docs/release.html b/docs/release.html index 8b247e6..582c887 100644 --- a/docs/release.html +++ b/docs/release.html @@ -10,6 +10,17 @@

psqlODBC release notes


Development snapshots

+
  • Notes: psqlODBC 08.02.0205

  • +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.
    +
  • Notes: psqlODBC 08.02.0204

  • 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.
  • --with-iodbc
  • --with-unixodbc
  • -
  • --with-odbcinst=DIR
  • +
  • --with-pgconf=pg_config specify pg_config with full path
  • --enable-pthreads (thread-safe driver on some platforms)
  • --disable-unicode (build non-Unicode driver)
  • --help
  • @@ -76,8 +76,8 @@ make install

    configure has the same options that the PostgreSQL configure used to -have for ODBC, namely --with-iodbc, --with-unixodbc, and ---with-odbcinst=DIR.

    +have for ODBC, namely --with-iodbc or --with-unixodbc, and +--with-pgconf=/usr/local/pgsql/bin/pg_config.

    Making a Source Distribution

    -- 2.39.5