From d24ba430ec29006ed71f9bbe2676844f79839de8 Mon Sep 17 00:00:00 2001 From: SAITO Hiroshi Date: Fri, 23 Jun 2023 16:28:19 +0900 Subject: [PATCH] Prep release 15.00.0000. --- configure.ac | 2 +- docs/release.html | 9 +++++++++ version.h | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 7f79563..6fd91cc 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.02.0000, [pgsql-odbc@postgresql.org]) +AC_INIT(psqlodbc, 15.00.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 3f2dbf9..0255690 100644 --- a/docs/release.html +++ b/docs/release.html @@ -9,6 +9,15 @@

psqlODBC release notes


+

psqlODBC 15.00.0000 Release

+Changes:
+
    +
  1. Fix a bug that SQLGetDiagField(SQL_DIAG_NUMBER) with SQL_HANDLE_DBC returns SQL_NO_DATA even if an error record exists.
  2. +
  3. Fix a typo "RECISION" which should be "PRECISION".
  4. +
  5. Enable SQLColumnPrivileges functionality.
  6. +
  7. Currenly SQLColumnPrivileges() call fails. Fix a typo which is the cause.
  8. +
  9. Fix a bug that SQLColAttribute returns wrong column name.
  10. +

psqlODBC 13.02.0000 Release

Changes:
    diff --git a/version.h b/version.h index 92237b7..04afa97 100644 --- a/version.h +++ b/version.h @@ -14,13 +14,13 @@ * and PG_DRVFILE_VERSION via winbuild/psqlodbc.vcxproj. */ #ifndef POSTGRESDRIVERVERSION -#define POSTGRESDRIVERVERSION "13.02.0000" +#define POSTGRESDRIVERVERSION "15.00.0000" #endif #ifndef POSTGRES_RESOURCE_VERSION #define POSTGRES_RESOURCE_VERSION POSTGRESDRIVERVERSION #endif #ifndef PG_DRVFILE_VERSION -#define PG_DRVFILE_VERSION 13,2,00,00 +#define PG_DRVFILE_VERSION 15,0,00,00 #endif #endif -- 2.39.5