From 688d26c79483fe506cc7875c056727e67175a609 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Sun, 2 May 2021 21:07:34 +0900 Subject: [PATCH] Prep Ver 03.01.0000 --- configure.ac | 2 +- docs/release.html | 17 +++++++++++++++++ version.h | 4 ++-- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 090972a..409487e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(psqlodbc, 13.00.0000, [pgsql-odbc@postgresql.org]) +AC_INIT(psqlodbc, 13.01.0000, [pgsql-odbc@postgresql.org]) AC_PREREQ(2.57) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE diff --git a/docs/release.html b/docs/release.html index 44cd04c..4c8944e 100644 --- a/docs/release.html +++ b/docs/release.html @@ -9,6 +9,23 @@

psqlODBC release notes


+

psqlODBC 13.01.0000 Release

+Changes:
+
    +
  1. Fix a bug of CC_send_query_append() when the ignore_roundtrip_time flag is on.
  2. +
  3. Add a call for SQLDescribeCol() before SQLExecute() to prepare-test.
  4. +The diff of the result was reported by Mangold Fabian and will be fixed in the later commit. +
  5. Add a *update returning* test case to insertreturning regression test.
  6. +The diff of the result was reported by Patrick Cheung and will be fixed +in the later commit. +
  7. Let SQLDescribeCol() use parsed result when the current executed result is NULL.
  8. +This change fixes the diff of prepare-test regression test reported by Mangold Fabian. +
  9. Let SQLExecute() destroy the old result first.
  10. +This change fixes the diff of insertreturning-test regression test reported by Patrick Cheung. +
  11. Forget to apply disable_convert_func flag to VARCHAR and LONGVARCHAR.
  12. +
  13. Prioritize DISABLE_KEEPALIVE checkbox over the disable_keepalive bit of ExtraOptions.
  14. +
  15. Format check for ExtraOptions of setup dialog.
  16. +

psqlODBC 13.00.0000 Release

Changes:
    diff --git a/version.h b/version.h index 64255dd..58449d1 100644 --- a/version.h +++ b/version.h @@ -14,13 +14,13 @@ * and PG_DRVFILE_VERSION via winbuild/psqlodbc.vcxproj. */ #ifndef POSTGRESDRIVERVERSION -#define POSTGRESDRIVERVERSION "13.00.0000" +#define POSTGRESDRIVERVERSION "13.01.0000" #endif #ifndef POSTGRES_RESOURCE_VERSION #define POSTGRES_RESOURCE_VERSION POSTGRESDRIVERVERSION #endif #ifndef PG_DRVFILE_VERSION -#define PG_DRVFILE_VERSION 13,0,00,00 +#define PG_DRVFILE_VERSION 13,1,00,00 #endif #endif -- 2.39.5