From c65913edfea77dd82afae94216d47c81e26faf32 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Wed, 2 Dec 2020 20:56:47 +0900 Subject: [PATCH] fixed typo, per report Hayato Kuroda-san. --- docs/release.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release.html b/docs/release.html index 6f8cc7b..44cd04c 100644 --- a/docs/release.html +++ b/docs/release.html @@ -14,7 +14,7 @@ Changes:
  1. Add support for CONVERT scalar function.
  2. Cope with the case that openssl libraries link msvc runtimes other than libraries which psqlodbc or libpq links.
  3. -
  4. all AC_CHECK_SIZEOF() or AC_CHECK_TYPES() macros at earlier stage where LIBS variable isn't set yet.
  5. +
  6. Call AC_CHECK_SIZEOF() or AC_CHECK_TYPES() macros at earlier stage where LIBS variable isn't set yet.
  7. These macros compile and run some programs. On some platforms(with some linker options like --no-as-needed in Lnux Gnu linker) the programs try to link libraries specified by LIBS variable at run time. There are some cases that the programs fail due to missing library which is actually not needed and AC_CHECK_SIZEOF() returns 0. @@ -29,7 +29,7 @@ This would improve the performance of bulk inserts/updates etc. Introduce macros QR_concat(), QR_detach() and QR_next().
  8. Correct the handling of SQL_ROW_ERROR and SQL_ROW_SUCCESS_WITH_INFO.
  9. Remove the single table restriction in SC_set_SS_columnkey.
  10. -
  11. Improve error reporting abuut SC_pos_reload_needed().
  12. +
  13. Improve error reporting about SC_pos_reload_needed().

psqlODBC 12.02.0000 Release

Changes:
-- 2.39.5