You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2018/10/18 17:04:48 UTC

[1/4] trafodion git commit: Windows odbc build fail with missing header file and vs lower version

Repository: trafodion
Updated Branches:
  refs/heads/release2.3 f7ac169ec -> d4e60e08c


Windows odbc build fail with missing header file and vs lower version


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/3d132b80
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/3d132b80
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/3d132b80

Branch: refs/heads/release2.3
Commit: 3d132b80ffad3c38589e9e29eb093d5408c4f341
Parents: f7ac169
Author: Weixin-Xu <10...@qq.com>
Authored: Tue Oct 16 21:35:48 2018 +0800
Committer: Weixin-Xu <10...@qq.com>
Committed: Tue Oct 16 21:35:48 2018 +0800

----------------------------------------------------------------------
 win-odbc64/odbcclient/Drvr35Res/Drvr35Res_os.vcxproj      |  6 +++---
 .../odbcclient/TranslationDll/TranslationDll_os.vcxproj   |  8 ++++----
 win-odbc64/odbcclient/drvr35/TCPIPV4/TCPIPV4_os.vcxproj   |  8 ++++----
 win-odbc64/odbcclient/drvr35/TCPIPV6/TCPIPV6_os.vcxproj   |  8 ++++----
 win-odbc64/odbcclient/drvr35/drvr35_os.vcxproj            |  6 +++---
 win-odbc64/odbcclient/drvr35/sqltocconv.h                 |  1 +
 win-odbc64/odbcclient/drvr35adm/Drvr35Adm_os.vcxproj      | 10 +++++-----
 win-odbc64/odbcclient/drvr35msg/Drvr35Msg_os.vcxproj      |  6 +++---
 win-odbc64/odbcclient/odbcclient_os.sln                   |  6 +++---
 9 files changed, 30 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/3d132b80/win-odbc64/odbcclient/Drvr35Res/Drvr35Res_os.vcxproj
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/Drvr35Res/Drvr35Res_os.vcxproj b/win-odbc64/odbcclient/Drvr35Res/Drvr35Res_os.vcxproj
index 880d8f2..970db42 100755
--- a/win-odbc64/odbcclient/Drvr35Res/Drvr35Res_os.vcxproj
+++ b/win-odbc64/odbcclient/Drvr35Res/Drvr35Res_os.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
       <Configuration>Debug</Configuration>
@@ -39,13 +39,13 @@
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <UseOfMfc>Dynamic</UseOfMfc>
     <CharacterSet>MultiByte</CharacterSet>
-    <PlatformToolset>v140</PlatformToolset>
+    <PlatformToolset>v120</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <UseOfMfc>Dynamic</UseOfMfc>
     <CharacterSet>MultiByte</CharacterSet>
-    <PlatformToolset>v140</PlatformToolset>
+    <PlatformToolset>v120</PlatformToolset>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   <ImportGroup Label="ExtensionSettings">

http://git-wip-us.apache.org/repos/asf/trafodion/blob/3d132b80/win-odbc64/odbcclient/TranslationDll/TranslationDll_os.vcxproj
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/TranslationDll/TranslationDll_os.vcxproj b/win-odbc64/odbcclient/TranslationDll/TranslationDll_os.vcxproj
index 951ce36..2f2b797 100755
--- a/win-odbc64/odbcclient/TranslationDll/TranslationDll_os.vcxproj
+++ b/win-odbc64/odbcclient/TranslationDll/TranslationDll_os.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
       <Configuration>Debug</Configuration>
@@ -27,17 +27,17 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <CharacterSet>MultiByte</CharacterSet>
-    <PlatformToolset>v140</PlatformToolset>
+    <PlatformToolset>v120</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <CharacterSet>MultiByte</CharacterSet>
-    <PlatformToolset>v140</PlatformToolset>
+    <PlatformToolset>v120</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <CharacterSet>MultiByte</CharacterSet>
-    <PlatformToolset>v140</PlatformToolset>
+    <PlatformToolset>v120</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>

http://git-wip-us.apache.org/repos/asf/trafodion/blob/3d132b80/win-odbc64/odbcclient/drvr35/TCPIPV4/TCPIPV4_os.vcxproj
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/drvr35/TCPIPV4/TCPIPV4_os.vcxproj b/win-odbc64/odbcclient/drvr35/TCPIPV4/TCPIPV4_os.vcxproj
index c74d916..e9489d8 100755
--- a/win-odbc64/odbcclient/drvr35/TCPIPV4/TCPIPV4_os.vcxproj
+++ b/win-odbc64/odbcclient/drvr35/TCPIPV4/TCPIPV4_os.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
       <Configuration>Debug</Configuration>
@@ -27,17 +27,17 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <CharacterSet>MultiByte</CharacterSet>
-    <PlatformToolset>v140</PlatformToolset>
+    <PlatformToolset>v120</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <CharacterSet>MultiByte</CharacterSet>
-    <PlatformToolset>v140</PlatformToolset>
+    <PlatformToolset>v120</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <CharacterSet>MultiByte</CharacterSet>
-    <PlatformToolset>v140</PlatformToolset>
+    <PlatformToolset>v120</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>

http://git-wip-us.apache.org/repos/asf/trafodion/blob/3d132b80/win-odbc64/odbcclient/drvr35/TCPIPV6/TCPIPV6_os.vcxproj
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/drvr35/TCPIPV6/TCPIPV6_os.vcxproj b/win-odbc64/odbcclient/drvr35/TCPIPV6/TCPIPV6_os.vcxproj
index 2db2996..70f3522 100755
--- a/win-odbc64/odbcclient/drvr35/TCPIPV6/TCPIPV6_os.vcxproj
+++ b/win-odbc64/odbcclient/drvr35/TCPIPV6/TCPIPV6_os.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
       <Configuration>Debug</Configuration>
@@ -27,7 +27,7 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <CharacterSet>MultiByte</CharacterSet>
-    <PlatformToolset>v140</PlatformToolset>
+    <PlatformToolset>v120</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -37,12 +37,12 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <CharacterSet>MultiByte</CharacterSet>
-    <PlatformToolset>v140</PlatformToolset>
+    <PlatformToolset>v120</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <CharacterSet>MultiByte</CharacterSet>
-    <PlatformToolset>v140</PlatformToolset>
+    <PlatformToolset>v120</PlatformToolset>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   <ImportGroup Label="ExtensionSettings">

http://git-wip-us.apache.org/repos/asf/trafodion/blob/3d132b80/win-odbc64/odbcclient/drvr35/drvr35_os.vcxproj
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/drvr35/drvr35_os.vcxproj b/win-odbc64/odbcclient/drvr35/drvr35_os.vcxproj
index 8613089..a1bbed7 100755
--- a/win-odbc64/odbcclient/drvr35/drvr35_os.vcxproj
+++ b/win-odbc64/odbcclient/drvr35/drvr35_os.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
       <Configuration>Debug</Configuration>
@@ -26,11 +26,11 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
-    <PlatformToolset>v140</PlatformToolset>
+    <PlatformToolset>v120</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
-    <PlatformToolset>v140</PlatformToolset>
+    <PlatformToolset>v120</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>

http://git-wip-us.apache.org/repos/asf/trafodion/blob/3d132b80/win-odbc64/odbcclient/drvr35/sqltocconv.h
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/drvr35/sqltocconv.h b/win-odbc64/odbcclient/drvr35/sqltocconv.h
index 6ef1fe2..2509585 100644
--- a/win-odbc64/odbcclient/drvr35/sqltocconv.h
+++ b/win-odbc64/odbcclient/drvr35/sqltocconv.h
@@ -28,6 +28,7 @@
 #include <sqlExt.h>
 #include "DrvrGlobal.h"
 #include "charsetconv.h"
+#include "cconnect.h"
 
 #define ENDIAN_PRECISION_MAX	39
 

http://git-wip-us.apache.org/repos/asf/trafodion/blob/3d132b80/win-odbc64/odbcclient/drvr35adm/Drvr35Adm_os.vcxproj
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/drvr35adm/Drvr35Adm_os.vcxproj b/win-odbc64/odbcclient/drvr35adm/Drvr35Adm_os.vcxproj
index 9dd4942..3a12c73 100755
--- a/win-odbc64/odbcclient/drvr35adm/Drvr35Adm_os.vcxproj
+++ b/win-odbc64/odbcclient/drvr35adm/Drvr35Adm_os.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
       <Configuration>Debug</Configuration>
@@ -36,12 +36,12 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|x64'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <UseOfMfc>Dynamic</UseOfMfc>
-    <PlatformToolset>v140</PlatformToolset>
+    <PlatformToolset>v120</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <UseOfMfc>Dynamic</UseOfMfc>
-    <PlatformToolset>v140</PlatformToolset>
+    <PlatformToolset>v120</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -61,11 +61,11 @@
   </PropertyGroup>
   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     <UseOfMfc>Dynamic</UseOfMfc>
-    <PlatformToolset>v140</PlatformToolset>
+    <PlatformToolset>v120</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <UseOfMfc>Dynamic</UseOfMfc>
-    <PlatformToolset>v140</PlatformToolset>
+    <PlatformToolset>v120</PlatformToolset>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   <ImportGroup Label="ExtensionSettings">

http://git-wip-us.apache.org/repos/asf/trafodion/blob/3d132b80/win-odbc64/odbcclient/drvr35msg/Drvr35Msg_os.vcxproj
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/drvr35msg/Drvr35Msg_os.vcxproj b/win-odbc64/odbcclient/drvr35msg/Drvr35Msg_os.vcxproj
index 7dc1f5e..6938ac8 100755
--- a/win-odbc64/odbcclient/drvr35msg/Drvr35Msg_os.vcxproj
+++ b/win-odbc64/odbcclient/drvr35msg/Drvr35Msg_os.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
       <Configuration>Debug</Configuration>
@@ -34,11 +34,11 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
-    <PlatformToolset>v140</PlatformToolset>
+    <PlatformToolset>v120</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
-    <PlatformToolset>v140</PlatformToolset>
+    <PlatformToolset>v120</PlatformToolset>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   <ImportGroup Label="ExtensionSettings">

http://git-wip-us.apache.org/repos/asf/trafodion/blob/3d132b80/win-odbc64/odbcclient/odbcclient_os.sln
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/odbcclient_os.sln b/win-odbc64/odbcclient/odbcclient_os.sln
index f8fa376..ffb4225 100755
--- a/win-odbc64/odbcclient/odbcclient_os.sln
+++ b/win-odbc64/odbcclient/odbcclient_os.sln
@@ -1,8 +1,8 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.25420.1
-MinimumVisualStudioVersion = 10.0.40219.1
+# Visual Studio 2013
+VisualStudioVersion = 12.0.40629
+MinimumVisualStudioVersion = 12.0.40629
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "drvr35_os", "drvr35\drvr35_os.vcxproj", "{4B7C62D7-1C63-4319-9818-98BFBB322CED}"
 	ProjectSection(ProjectDependencies) = postProject
 		{B83DDF3C-8D5C-45AB-868B-4B70BB258647} = {B83DDF3C-8D5C-45AB-868B-4B70BB258647}


[2/4] trafodion git commit: update windows odbc and odb version to 2.3

Posted by db...@apache.org.
update windows odbc and odb version to 2.3


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/380f3167
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/380f3167
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/380f3167

Branch: refs/heads/release2.3
Commit: 380f31677c9e207856f529d64c64e2260b709572
Parents: 3d132b8
Author: Weixin-Xu <10...@qq.com>
Authored: Wed Oct 17 10:25:42 2018 +0800
Committer: Weixin-Xu <10...@qq.com>
Committed: Wed Oct 17 10:25:42 2018 +0800

----------------------------------------------------------------------
 core/conn/odb/build.bat                                | 4 ++--
 core/conn/odb/installer.iss                            | 6 +++---
 win-odbc64/Install/win64_installer/installer.iss       | 8 ++++----
 win-odbc64/odbcclient/Drvr35Res/Drvr35Res.rc           | 8 ++++----
 win-odbc64/odbcclient/TranslationDll/TranslationDll.rc | 8 ++++----
 win-odbc64/odbcclient/build_os.bat                     | 4 ++--
 win-odbc64/odbcclient/drvr35/TCPIPV4/TCPIPV4.RC        | 8 ++++----
 win-odbc64/odbcclient/drvr35/TCPIPV6/TCPIPV6.RC        | 8 ++++----
 win-odbc64/odbcclient/drvr35/cdatasource.cpp           | 2 +-
 win-odbc64/odbcclient/drvr35/drvr35.rc                 | 8 ++++----
 win-odbc64/odbcclient/drvr35adm/drvr35adm.h            | 2 +-
 win-odbc64/odbcclient/drvr35adm/drvr35adm.rc           | 8 ++++----
 win-odbc64/odbcclient/drvr35msg/DrvMsg35.rc            | 8 ++++----
 13 files changed, 41 insertions(+), 41 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/380f3167/core/conn/odb/build.bat
----------------------------------------------------------------------
diff --git a/core/conn/odb/build.bat b/core/conn/odb/build.bat
index e81a79c..60a058b 100644
--- a/core/conn/odb/build.bat
+++ b/core/conn/odb/build.bat
@@ -57,10 +57,10 @@ if %BUILD_STATUS% == 0 (
 
 ISCC.exe /Q %BUILDDIR%\installer.iss
 
-copy /Y %BUILDDIR%\Output\TRAFODB-2.2.0.exe %PACKDIR%
+copy /Y %BUILDDIR%\Output\TRAFODB-2.3.0.exe %PACKDIR%
 @echo on
 
-if exist %PACKDIR%\TRAFODB-2.2.0.exe (
+if exist %PACKDIR%\TRAFODB-2.3.0.exe (
 	set ALL_SUCCESS=1
 )
 

http://git-wip-us.apache.org/repos/asf/trafodion/blob/380f3167/core/conn/odb/installer.iss
----------------------------------------------------------------------
diff --git a/core/conn/odb/installer.iss b/core/conn/odb/installer.iss
index e2278bd..020c8cc 100644
--- a/core/conn/odb/installer.iss
+++ b/core/conn/odb/installer.iss
@@ -18,8 +18,8 @@
 ; Script generated by the Inno Setup Script Wizard.
 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
 
-#define MyAppName "Trafodion ODB 2.2"
-#define MyAppVersion "2.2.0"
+#define MyAppName "Trafodion ODB 2.3"
+#define MyAppVersion "2.3.0"
 #define MyAppPublisher "Apache Trafodion"
 #define MyAppURL "http://trafodion.apache.org/"
 #define MyAppExeName "odb.exe"
@@ -131,4 +131,4 @@ begin
       Result := False; //when older version present and not uninstalled
   end;
 
-end;
\ No newline at end of file
+end;

http://git-wip-us.apache.org/repos/asf/trafodion/blob/380f3167/win-odbc64/Install/win64_installer/installer.iss
----------------------------------------------------------------------
diff --git a/win-odbc64/Install/win64_installer/installer.iss b/win-odbc64/Install/win64_installer/installer.iss
index 45fae07..673e126 100644
--- a/win-odbc64/Install/win64_installer/installer.iss
+++ b/win-odbc64/Install/win64_installer/installer.iss
@@ -18,11 +18,11 @@
 ; Script generated by the Inno Script Studio Wizard.
 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
 
-#define MyAppName "Trafodion ODBC64 2.2"
-#define MyAppVersion "2.2.0"
+#define MyAppName "Trafodion ODBC64 2.3"
+#define MyAppVersion "2.3.0"
 #define MyAppPublisher "Apache Trafodion"
 #define MyAppURL ""
-#define MyDriverName "TRAF ODBC 2.2"
+#define MyDriverName "TRAF ODBC 2.3"
 #define BUILDDIR  GetEnv('BUILDDIR')
 
 [Setup]
@@ -38,7 +38,7 @@ AppPublisherURL={#MyAppURL}
 AppSupportURL={#MyAppURL}
 AppUpdatesURL={#MyAppURL}
 DefaultGroupName={#MyAppName}
-DefaultDirName={pf}\Trafodion\TRAF ODBC 2.2
+DefaultDirName={pf}\Trafodion\TRAF ODBC 2.3
 OutputBaseFilename=TFODBC64-{#MyAppVersion}
 Compression=lzma
 SolidCompression=yes

http://git-wip-us.apache.org/repos/asf/trafodion/blob/380f3167/win-odbc64/odbcclient/Drvr35Res/Drvr35Res.rc
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/Drvr35Res/Drvr35Res.rc b/win-odbc64/odbcclient/Drvr35Res/Drvr35Res.rc
index d778f8c..8ea3898 100644
--- a/win-odbc64/odbcclient/Drvr35Res/Drvr35Res.rc
+++ b/win-odbc64/odbcclient/Drvr35Res/Drvr35Res.rc
@@ -73,8 +73,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,2,0,0
- PRODUCTVERSION 2,2,0,0
+ FILEVERSION 2,3,0,0
+ PRODUCTVERSION 2,3,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -91,12 +91,12 @@ BEGIN
         BEGIN
             VALUE "CompanyName", "Apache Trafodion"
             VALUE "FileDescription", "TRAF ODBC Driver Resource DLL"
-            VALUE "FileVersion", "2.2.0.0"
+            VALUE "FileVersion", "2.3.0.0"
             VALUE "InternalName", "TRAF ODBC Driver Resource DLL"
             VALUE "LegalCopyright", "?Copyright 2015-2017 Apache Software Foundation"
             VALUE "OriginalFilename", "traf_ores0100.dll"
             VALUE "ProductName", "TRAF ODBC"
-            VALUE "ProductVersion", "2.2.0.0"
+            VALUE "ProductVersion", "2.3.0.0"
         END
     END
     BLOCK "VarFileInfo"

http://git-wip-us.apache.org/repos/asf/trafodion/blob/380f3167/win-odbc64/odbcclient/TranslationDll/TranslationDll.rc
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/TranslationDll/TranslationDll.rc b/win-odbc64/odbcclient/TranslationDll/TranslationDll.rc
index 4ed1e2f..defceb2 100644
--- a/win-odbc64/odbcclient/TranslationDll/TranslationDll.rc
+++ b/win-odbc64/odbcclient/TranslationDll/TranslationDll.rc
@@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,2,0,0
- PRODUCTVERSION 2,2,0,0
+ FILEVERSION 2,3,0,0
+ PRODUCTVERSION 2,3,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -43,12 +43,12 @@ BEGIN
         BEGIN
             VALUE "CompanyName", "Apache Trafodion"
             VALUE "FileDescription", "TRAF ODBC Translation DLL"
-            VALUE "FileVersion", "2.2.0.0"
+            VALUE "FileVersion", "2.3.0.0"
             VALUE "InternalName", "TRAF ODBC Translation DLL"
             VALUE "LegalCopyright", "?Copyright 2015-2017 Apache Software Foundation"
             VALUE "OriginalFilename", "traf_translation01.dll"
             VALUE "ProductName", "TRAF ODBC"
-            VALUE "ProductVersion", "2.2.0.0"
+            VALUE "ProductVersion", "2.3.0.0"
         END
     END
     BLOCK "VarFileInfo"

http://git-wip-us.apache.org/repos/asf/trafodion/blob/380f3167/win-odbc64/odbcclient/build_os.bat
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/build_os.bat b/win-odbc64/odbcclient/build_os.bat
index f81567c..d2a0b30 100644
--- a/win-odbc64/odbcclient/build_os.bat
+++ b/win-odbc64/odbcclient/build_os.bat
@@ -155,10 +155,10 @@ if %BUILD_STATUS%==0 (
 )
 
 ISCC.exe /Q %BUILDDIR%\win-odbc64\Install\win64_installer\installer.iss
-copy /Y %BUILDDIR%\win-odbc64\Install\win64_installer\Output\TFODBC64-2.2.0.exe %PACKDIR%
+copy /Y %BUILDDIR%\win-odbc64\Install\win64_installer\Output\TFODBC64-2.3.0.exe %PACKDIR%
 @echo on
 
-if exist %PACKDIR%\TFODBC64-2.2.0.exe (
+if exist %PACKDIR%\TFODBC64-2.3.0.exe (
 	set ALL_SUCCESS=1
 )
 cd %BUILDDIR%\win-odbc64\odbcclient

http://git-wip-us.apache.org/repos/asf/trafodion/blob/380f3167/win-odbc64/odbcclient/drvr35/TCPIPV4/TCPIPV4.RC
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/drvr35/TCPIPV4/TCPIPV4.RC b/win-odbc64/odbcclient/drvr35/TCPIPV4/TCPIPV4.RC
index 4bb903c..82140f1 100644
--- a/win-odbc64/odbcclient/drvr35/TCPIPV4/TCPIPV4.RC
+++ b/win-odbc64/odbcclient/drvr35/TCPIPV4/TCPIPV4.RC
@@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,2,0,0
- PRODUCTVERSION 2,2,0,0
+ FILEVERSION 2,3,0,0
+ PRODUCTVERSION 2,3,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -43,12 +43,12 @@ BEGIN
         BEGIN
             VALUE "CompanyName", "Apache Trafodion"
             VALUE "FileDescription", "TRAF ODBC TCPIPV4 DLL"
-            VALUE "FileVersion", "2.2.0.0"
+            VALUE "FileVersion", "2.3.0.0"
             VALUE "InternalName", "TRAF ODBC TCPIPV4 DLL"
             VALUE "LegalCopyright", "?Copyright 2015-2017 Apache Software Foundation"
             VALUE "OriginalFilename", "traf_tcpipv40100.dll"
             VALUE "ProductName", "TRAF ODBC"
-            VALUE "ProductVersion", "2.2.0.0"
+            VALUE "ProductVersion", "2.3.0.0"
         END
     END
     BLOCK "VarFileInfo"

http://git-wip-us.apache.org/repos/asf/trafodion/blob/380f3167/win-odbc64/odbcclient/drvr35/TCPIPV6/TCPIPV6.RC
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/drvr35/TCPIPV6/TCPIPV6.RC b/win-odbc64/odbcclient/drvr35/TCPIPV6/TCPIPV6.RC
index c43710e..a170706 100644
--- a/win-odbc64/odbcclient/drvr35/TCPIPV6/TCPIPV6.RC
+++ b/win-odbc64/odbcclient/drvr35/TCPIPV6/TCPIPV6.RC
@@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,2,0,0
- PRODUCTVERSION 2,2,0,0
+ FILEVERSION 2,3,0,0
+ PRODUCTVERSION 2,3,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -43,12 +43,12 @@ BEGIN
         BEGIN
             VALUE "CompanyName", "Apache Trafodion"
             VALUE "FileDescription", "TRAF ODBC TCPIPV6 DLL"
-            VALUE "FileVersion", "2.2.0.0"
+            VALUE "FileVersion", "2.3.0.0"
             VALUE "InternalName", "TRAF ODBC TCPIPV6 DLL"
             VALUE "LegalCopyright", "?Copyright 2015-2017 Apache Software Foundation"
             VALUE "OriginalFilename", "traf_tcpipv60100.dll"
             VALUE "ProductName", "TRAF ODBC"
-            VALUE "ProductVersion", "2.2.0.0"
+            VALUE "ProductVersion", "2.3.0.0"
         END
     END
     BLOCK "VarFileInfo"

http://git-wip-us.apache.org/repos/asf/trafodion/blob/380f3167/win-odbc64/odbcclient/drvr35/cdatasource.cpp
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/drvr35/cdatasource.cpp b/win-odbc64/odbcclient/drvr35/cdatasource.cpp
index 054621a..d20bbc2 100644
--- a/win-odbc64/odbcclient/drvr35/cdatasource.cpp
+++ b/win-odbc64/odbcclient/drvr35/cdatasource.cpp
@@ -28,7 +28,7 @@
 
 #define MAX_REGKEY_PATH_LEN			512
 #define	ODBC_DS_KEY					"SOFTWARE\\ODBC\\ODBC.INI\\"
-#define ODBC_CERTIFICATE_KEY		"SOFTWARE\\ODBC\\ODBCINST.INI\\TRAF ODBC 2.2"
+#define ODBC_CERTIFICATE_KEY		"SOFTWARE\\ODBC\\ODBCINST.INI\\TRAF ODBC 2.3"
 #define SYSTEM_DEFAULT				"SYSTEM_DEFAULT"
 #define NO_TIMEOUT					"NO_TIMEOUT"
 #define CONNECTION_TIMEOUT_DEFAULT	60

http://git-wip-us.apache.org/repos/asf/trafodion/blob/380f3167/win-odbc64/odbcclient/drvr35/drvr35.rc
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/drvr35/drvr35.rc b/win-odbc64/odbcclient/drvr35/drvr35.rc
index 27595f7..4a8fee5 100644
--- a/win-odbc64/odbcclient/drvr35/drvr35.rc
+++ b/win-odbc64/odbcclient/drvr35/drvr35.rc
@@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,2,0,0
- PRODUCTVERSION 2,2,0,0
+ FILEVERSION 2,3,0,0
+ PRODUCTVERSION 2,3,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -43,12 +43,12 @@ BEGIN
         BEGIN
             VALUE "CompanyName", "Apache Trafodion"
             VALUE "FileDescription", "TRAF ODBC Driver DLL"
-            VALUE "FileVersion", "2.2.0.0"
+            VALUE "FileVersion", "2.3.0.0"
             VALUE "InternalName", "TRAF ODBC Driver DLL"
             VALUE "LegalCopyright", "?Copyright 2015-2017 Apache Software Foundation"
             VALUE "OriginalFilename", "trfodbc1.dll"
             VALUE "ProductName", "TRAF ODBC"
-            VALUE "ProductVersion", "2.2.0.0"
+            VALUE "ProductVersion", "2.3.0.0"
         END
     END
     BLOCK "VarFileInfo"

http://git-wip-us.apache.org/repos/asf/trafodion/blob/380f3167/win-odbc64/odbcclient/drvr35adm/drvr35adm.h
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/drvr35adm/drvr35adm.h b/win-odbc64/odbcclient/drvr35adm/drvr35adm.h
index a69517e..5a9327d 100644
--- a/win-odbc64/odbcclient/drvr35adm/drvr35adm.h
+++ b/win-odbc64/odbcclient/drvr35adm/drvr35adm.h
@@ -93,7 +93,7 @@ const char INI_REPLACEMENT_CHAR[]	= "ReplacementCharacter";
 const char INI_COMPRESSION[]		= "Compression";
 
 const char TRACE_PATH[] = "Software\\ODBC\\ODBC.INI\\ODBC";
-const char DRIVER_NAME[] = "TRAF ODBC 2.2";
+const char DRIVER_NAME[] = "TRAF ODBC 2.3";
 const char CREATE_NEW_DSN[] = "Create a New Trafodion ODBC Data Source to Trafodion Database";
 const char CONFIGURE_DSN1[] = "Trafodion ODBC Data Source '";
 const char DRVR_MSG_DLL[] = "traf_odbcDrvMsg_intl0100.dll";

http://git-wip-us.apache.org/repos/asf/trafodion/blob/380f3167/win-odbc64/odbcclient/drvr35adm/drvr35adm.rc
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/drvr35adm/drvr35adm.rc b/win-odbc64/odbcclient/drvr35adm/drvr35adm.rc
index 88237c1..d61450f 100644
--- a/win-odbc64/odbcclient/drvr35adm/drvr35adm.rc
+++ b/win-odbc64/odbcclient/drvr35adm/drvr35adm.rc
@@ -62,8 +62,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,2,0,0
- PRODUCTVERSION 2,2,0,0
+ FILEVERSION 2,3,0,0
+ PRODUCTVERSION 2,3,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -80,12 +80,12 @@ BEGIN
         BEGIN
             VALUE "CompanyName", "Apache Trafodion"
             VALUE "FileDescription", "TRAF ODBC Client Adminstration DLL"
-            VALUE "FileVersion", "2.2.0.0"
+            VALUE "FileVersion", "2.3.0.0"
             VALUE "InternalName", "TRAF ODBC Client Adminstration DLL"
             VALUE "LegalCopyright", "?Copyright 2015-2017 Apache Software Foundation"
             VALUE "OriginalFilename", "trfoadm1.dll"
             VALUE "ProductName", "TRAF ODBC"
-            VALUE "ProductVersion", "2.2.0.0"
+            VALUE "ProductVersion", "2.3.0.0"
         END
     END
     BLOCK "VarFileInfo"

http://git-wip-us.apache.org/repos/asf/trafodion/blob/380f3167/win-odbc64/odbcclient/drvr35msg/DrvMsg35.rc
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/drvr35msg/DrvMsg35.rc b/win-odbc64/odbcclient/drvr35msg/DrvMsg35.rc
index 28026c3..659613c 100644
--- a/win-odbc64/odbcclient/drvr35msg/DrvMsg35.rc
+++ b/win-odbc64/odbcclient/drvr35msg/DrvMsg35.rc
@@ -51,8 +51,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,2,0,0
- PRODUCTVERSION 2,2,0,0
+ FILEVERSION 2,3,0,0
+ PRODUCTVERSION 2,3,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
         BEGIN
             VALUE "CompanyName", "Apache Trafodion"
             VALUE "FileDescription", "TRAF ODBC Client Msg DLL"
-            VALUE "FileVersion", "2.2.0.0"
+            VALUE "FileVersion", "2.3.0.0"
             VALUE "InternalName", "TRAF ODBC Client Msg DLL"
             VALUE "LegalCopyright", "?Copyright 2015-2017 Apache Software Foundation"
             VALUE "OriginalFilename", "traf_odbcDrvMsg_intl0100.dll"
             VALUE "ProductName", "TRAF ODBC"
-            VALUE "ProductVersion", "2.2.0.0"
+            VALUE "ProductVersion", "2.3.0.0"
         END
     END
     BLOCK "VarFileInfo"


[3/4] trafodion git commit: update copyright year in windows odbc to 2018

Posted by db...@apache.org.
update copyright year in windows odbc to 2018


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/a75bf062
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/a75bf062
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/a75bf062

Branch: refs/heads/release2.3
Commit: a75bf062d43ea0bf3e19f98e9b3e5f4c66af3a8c
Parents: 380f316
Author: Weixin-Xu <10...@qq.com>
Authored: Wed Oct 17 17:14:55 2018 +0800
Committer: Weixin-Xu <10...@qq.com>
Committed: Wed Oct 17 17:14:55 2018 +0800

----------------------------------------------------------------------
 win-odbc64/odbcclient/DSNConverter/DSNConverter.def     | 2 +-
 win-odbc64/odbcclient/Drvr35Res/Drvr35Res.rc            | 2 +-
 win-odbc64/odbcclient/TranslationDll/TranslationDll.def | 2 +-
 win-odbc64/odbcclient/TranslationDll/TranslationDll.rc  | 2 +-
 win-odbc64/odbcclient/drvr35/TCPIPV4/TCPIPV4.RC         | 2 +-
 win-odbc64/odbcclient/drvr35/TCPIPV6/TCPIPV6.RC         | 2 +-
 win-odbc64/odbcclient/drvr35/drvr35.rc                  | 2 +-
 win-odbc64/odbcclient/drvr35adm/drvr35adm.rc            | 2 +-
 win-odbc64/odbcclient/drvr35msg/DrvMsg35.rc             | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/a75bf062/win-odbc64/odbcclient/DSNConverter/DSNConverter.def
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/DSNConverter/DSNConverter.def b/win-odbc64/odbcclient/DSNConverter/DSNConverter.def
index c96c6a5..778bfbc 100644
--- a/win-odbc64/odbcclient/DSNConverter/DSNConverter.def
+++ b/win-odbc64/odbcclient/DSNConverter/DSNConverter.def
@@ -23,7 +23,7 @@
 
 ; DSNConverter.def : Declares the module parameters for the DLL.
 
-DESCRIPTION "ODBC/MX DSN Converter DLL, (C) Copyright (c) 2015-2017 Apache Software Foundation"
+DESCRIPTION "ODBC/MX DSN Converter DLL, (C) Copyright (c) 2015-2018 Apache Software Foundation"
 LIBRARY DSNConverter
 EXPORTS
 	IsDriverInstalled @1

http://git-wip-us.apache.org/repos/asf/trafodion/blob/a75bf062/win-odbc64/odbcclient/Drvr35Res/Drvr35Res.rc
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/Drvr35Res/Drvr35Res.rc b/win-odbc64/odbcclient/Drvr35Res/Drvr35Res.rc
index 8ea3898..6ac1674 100644
--- a/win-odbc64/odbcclient/Drvr35Res/Drvr35Res.rc
+++ b/win-odbc64/odbcclient/Drvr35Res/Drvr35Res.rc
@@ -93,7 +93,7 @@ BEGIN
             VALUE "FileDescription", "TRAF ODBC Driver Resource DLL"
             VALUE "FileVersion", "2.3.0.0"
             VALUE "InternalName", "TRAF ODBC Driver Resource DLL"
-            VALUE "LegalCopyright", "?Copyright 2015-2017 Apache Software Foundation"
+            VALUE "LegalCopyright", "?Copyright 2015-2018 Apache Software Foundation"
             VALUE "OriginalFilename", "traf_ores0100.dll"
             VALUE "ProductName", "TRAF ODBC"
             VALUE "ProductVersion", "2.3.0.0"

http://git-wip-us.apache.org/repos/asf/trafodion/blob/a75bf062/win-odbc64/odbcclient/TranslationDll/TranslationDll.def
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/TranslationDll/TranslationDll.def b/win-odbc64/odbcclient/TranslationDll/TranslationDll.def
index 3517aa4..8a831de 100644
--- a/win-odbc64/odbcclient/TranslationDll/TranslationDll.def
+++ b/win-odbc64/odbcclient/TranslationDll/TranslationDll.def
@@ -21,7 +21,7 @@
 
 ; TranslationDll.def : Declares the module parameters for the DLL.
 
-;DESCRIPTION "ODBC Translation DLL, Copyright (c) 2015-2017 Apache Software Foundation"
+;DESCRIPTION "ODBC Translation DLL, Copyright (c) 2015-2018 Apache Software Foundation"
 LIBRARY hp_translation03
 EXPORTS
 	SQLDriverToDataSource @1

http://git-wip-us.apache.org/repos/asf/trafodion/blob/a75bf062/win-odbc64/odbcclient/TranslationDll/TranslationDll.rc
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/TranslationDll/TranslationDll.rc b/win-odbc64/odbcclient/TranslationDll/TranslationDll.rc
index defceb2..2d6c1c1 100644
--- a/win-odbc64/odbcclient/TranslationDll/TranslationDll.rc
+++ b/win-odbc64/odbcclient/TranslationDll/TranslationDll.rc
@@ -45,7 +45,7 @@ BEGIN
             VALUE "FileDescription", "TRAF ODBC Translation DLL"
             VALUE "FileVersion", "2.3.0.0"
             VALUE "InternalName", "TRAF ODBC Translation DLL"
-            VALUE "LegalCopyright", "?Copyright 2015-2017 Apache Software Foundation"
+            VALUE "LegalCopyright", "?Copyright 2015-2018 Apache Software Foundation"
             VALUE "OriginalFilename", "traf_translation01.dll"
             VALUE "ProductName", "TRAF ODBC"
             VALUE "ProductVersion", "2.3.0.0"

http://git-wip-us.apache.org/repos/asf/trafodion/blob/a75bf062/win-odbc64/odbcclient/drvr35/TCPIPV4/TCPIPV4.RC
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/drvr35/TCPIPV4/TCPIPV4.RC b/win-odbc64/odbcclient/drvr35/TCPIPV4/TCPIPV4.RC
index 82140f1..0db9b09 100644
--- a/win-odbc64/odbcclient/drvr35/TCPIPV4/TCPIPV4.RC
+++ b/win-odbc64/odbcclient/drvr35/TCPIPV4/TCPIPV4.RC
@@ -45,7 +45,7 @@ BEGIN
             VALUE "FileDescription", "TRAF ODBC TCPIPV4 DLL"
             VALUE "FileVersion", "2.3.0.0"
             VALUE "InternalName", "TRAF ODBC TCPIPV4 DLL"
-            VALUE "LegalCopyright", "?Copyright 2015-2017 Apache Software Foundation"
+            VALUE "LegalCopyright", "?Copyright 2015-2018 Apache Software Foundation"
             VALUE "OriginalFilename", "traf_tcpipv40100.dll"
             VALUE "ProductName", "TRAF ODBC"
             VALUE "ProductVersion", "2.3.0.0"

http://git-wip-us.apache.org/repos/asf/trafodion/blob/a75bf062/win-odbc64/odbcclient/drvr35/TCPIPV6/TCPIPV6.RC
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/drvr35/TCPIPV6/TCPIPV6.RC b/win-odbc64/odbcclient/drvr35/TCPIPV6/TCPIPV6.RC
index a170706..d5d96ce 100644
--- a/win-odbc64/odbcclient/drvr35/TCPIPV6/TCPIPV6.RC
+++ b/win-odbc64/odbcclient/drvr35/TCPIPV6/TCPIPV6.RC
@@ -45,7 +45,7 @@ BEGIN
             VALUE "FileDescription", "TRAF ODBC TCPIPV6 DLL"
             VALUE "FileVersion", "2.3.0.0"
             VALUE "InternalName", "TRAF ODBC TCPIPV6 DLL"
-            VALUE "LegalCopyright", "?Copyright 2015-2017 Apache Software Foundation"
+            VALUE "LegalCopyright", "?Copyright 2015-2018 Apache Software Foundation"
             VALUE "OriginalFilename", "traf_tcpipv60100.dll"
             VALUE "ProductName", "TRAF ODBC"
             VALUE "ProductVersion", "2.3.0.0"

http://git-wip-us.apache.org/repos/asf/trafodion/blob/a75bf062/win-odbc64/odbcclient/drvr35/drvr35.rc
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/drvr35/drvr35.rc b/win-odbc64/odbcclient/drvr35/drvr35.rc
index 4a8fee5..8dabb04 100644
--- a/win-odbc64/odbcclient/drvr35/drvr35.rc
+++ b/win-odbc64/odbcclient/drvr35/drvr35.rc
@@ -45,7 +45,7 @@ BEGIN
             VALUE "FileDescription", "TRAF ODBC Driver DLL"
             VALUE "FileVersion", "2.3.0.0"
             VALUE "InternalName", "TRAF ODBC Driver DLL"
-            VALUE "LegalCopyright", "?Copyright 2015-2017 Apache Software Foundation"
+            VALUE "LegalCopyright", "?Copyright 2015-2018 Apache Software Foundation"
             VALUE "OriginalFilename", "trfodbc1.dll"
             VALUE "ProductName", "TRAF ODBC"
             VALUE "ProductVersion", "2.3.0.0"

http://git-wip-us.apache.org/repos/asf/trafodion/blob/a75bf062/win-odbc64/odbcclient/drvr35adm/drvr35adm.rc
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/drvr35adm/drvr35adm.rc b/win-odbc64/odbcclient/drvr35adm/drvr35adm.rc
index d61450f..8c4d7c0 100644
--- a/win-odbc64/odbcclient/drvr35adm/drvr35adm.rc
+++ b/win-odbc64/odbcclient/drvr35adm/drvr35adm.rc
@@ -82,7 +82,7 @@ BEGIN
             VALUE "FileDescription", "TRAF ODBC Client Adminstration DLL"
             VALUE "FileVersion", "2.3.0.0"
             VALUE "InternalName", "TRAF ODBC Client Adminstration DLL"
-            VALUE "LegalCopyright", "?Copyright 2015-2017 Apache Software Foundation"
+            VALUE "LegalCopyright", "?Copyright 2015-2018 Apache Software Foundation"
             VALUE "OriginalFilename", "trfoadm1.dll"
             VALUE "ProductName", "TRAF ODBC"
             VALUE "ProductVersion", "2.3.0.0"

http://git-wip-us.apache.org/repos/asf/trafodion/blob/a75bf062/win-odbc64/odbcclient/drvr35msg/DrvMsg35.rc
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/drvr35msg/DrvMsg35.rc b/win-odbc64/odbcclient/drvr35msg/DrvMsg35.rc
index 659613c..5bfb036 100644
--- a/win-odbc64/odbcclient/drvr35msg/DrvMsg35.rc
+++ b/win-odbc64/odbcclient/drvr35msg/DrvMsg35.rc
@@ -71,7 +71,7 @@ BEGIN
             VALUE "FileDescription", "TRAF ODBC Client Msg DLL"
             VALUE "FileVersion", "2.3.0.0"
             VALUE "InternalName", "TRAF ODBC Client Msg DLL"
-            VALUE "LegalCopyright", "?Copyright 2015-2017 Apache Software Foundation"
+            VALUE "LegalCopyright", "?Copyright 2015-2018 Apache Software Foundation"
             VALUE "OriginalFilename", "traf_odbcDrvMsg_intl0100.dll"
             VALUE "ProductName", "TRAF ODBC"
             VALUE "ProductVersion", "2.3.0.0"


[4/4] trafodion git commit: Merge [TRAFODION-3222] PR 1727 Fix Windows ODBC build on release2.3 branch

Posted by db...@apache.org.
Merge [TRAFODION-3222] PR 1727 Fix Windows ODBC build on release2.3 branch


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/d4e60e08
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/d4e60e08
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/d4e60e08

Branch: refs/heads/release2.3
Commit: d4e60e08ca0c2cc219a1661afd4b94bc6159f0a3
Parents: f7ac169 a75bf06
Author: Dave Birdsall <db...@apache.org>
Authored: Thu Oct 18 16:59:59 2018 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Thu Oct 18 16:59:59 2018 +0000

----------------------------------------------------------------------
 core/conn/odb/build.bat                                   |  4 ++--
 core/conn/odb/installer.iss                               |  6 +++---
 win-odbc64/Install/win64_installer/installer.iss          |  8 ++++----
 win-odbc64/odbcclient/DSNConverter/DSNConverter.def       |  2 +-
 win-odbc64/odbcclient/Drvr35Res/Drvr35Res.rc              | 10 +++++-----
 win-odbc64/odbcclient/Drvr35Res/Drvr35Res_os.vcxproj      |  6 +++---
 win-odbc64/odbcclient/TranslationDll/TranslationDll.def   |  2 +-
 win-odbc64/odbcclient/TranslationDll/TranslationDll.rc    | 10 +++++-----
 .../odbcclient/TranslationDll/TranslationDll_os.vcxproj   |  8 ++++----
 win-odbc64/odbcclient/build_os.bat                        |  4 ++--
 win-odbc64/odbcclient/drvr35/TCPIPV4/TCPIPV4.RC           | 10 +++++-----
 win-odbc64/odbcclient/drvr35/TCPIPV4/TCPIPV4_os.vcxproj   |  8 ++++----
 win-odbc64/odbcclient/drvr35/TCPIPV6/TCPIPV6.RC           | 10 +++++-----
 win-odbc64/odbcclient/drvr35/TCPIPV6/TCPIPV6_os.vcxproj   |  8 ++++----
 win-odbc64/odbcclient/drvr35/cdatasource.cpp              |  2 +-
 win-odbc64/odbcclient/drvr35/drvr35.rc                    | 10 +++++-----
 win-odbc64/odbcclient/drvr35/drvr35_os.vcxproj            |  6 +++---
 win-odbc64/odbcclient/drvr35/sqltocconv.h                 |  1 +
 win-odbc64/odbcclient/drvr35adm/Drvr35Adm_os.vcxproj      | 10 +++++-----
 win-odbc64/odbcclient/drvr35adm/drvr35adm.h               |  2 +-
 win-odbc64/odbcclient/drvr35adm/drvr35adm.rc              | 10 +++++-----
 win-odbc64/odbcclient/drvr35msg/DrvMsg35.rc               | 10 +++++-----
 win-odbc64/odbcclient/drvr35msg/Drvr35Msg_os.vcxproj      |  6 +++---
 win-odbc64/odbcclient/odbcclient_os.sln                   |  6 +++---
 24 files changed, 80 insertions(+), 79 deletions(-)
----------------------------------------------------------------------