Exception/ODBCException modifications to safely (SQLite ODBC tests were failing) propagate ODBC error messages up the hierarchy

SharedPtr/AutoPtr TypeHandler tests
FreeTDS SQLServer tests changes from 1.3.3
Windows build scripts fixes from 1.3.3
This commit is contained in:
Aleksandar Fabijanic
2008-10-07 18:58:47 +00:00
parent 9be2b5bd92
commit fa02d5aa5b
17 changed files with 316 additions and 46 deletions

View File

@@ -8,8 +8,12 @@ rem command-line build script for MS Visual Studio
rem
rem Usage:
rem ------
rem buildwin VS_VERSION [ACTION] [LINKMODE] [CONFIGURATION] [SAMPLES]
rem "buildwin {71|80|90} [build|rebuild|clean] [static|shared|both] [release|debug|both] [yes|no]"
rem buildwin VS_VERSION [ACTION] [LINKMODE] [CONFIGURATION] [SAMPLES]
rem VS_VERSION: 71|80|90
rem ACTION: build|rebuild|clean
rem LINKMODE: static|shared|both
rem CONFIG: release|debug|both
rem SAMPLES: yes|no
rem
rem VS_VERSION is required argument. Default is build all.
@@ -188,7 +192,12 @@ goto :EOF
:usage
echo Usage:
echo ------
echo buildwin VS_VERSION [ACTION] [LINKMODE] [CONFIGURATION] [SAMPLES]
echo "buildwin {71|80|90} [build|rebuild|clean] [static|shared|both] [release|debug|both] [yes|no]"
echo buildwin VS_VERSION [ACTION] [LINKMODE] [CONFIGURATION] [SAMPLES]
echo VS_VERSION: "71|80|90"
echo ACTION: "build|rebuild|clean"
echo LINKMODE: "static|shared|both"
echo CONFIG: "release|debug|both"
echo SAMPLES: "yes|no"
echo.
echo Default is build all.
endlocal