Skip to content

Commit c1603d8

Browse files
committed
Release 2024-02
Added SQL Server 2022 Command Line Tests Fixed invalid JSON in mariadbDataTypes.json Add pipeline state information to exceptions that occur during pipeline operations Fix exception handling in OracleQA driver
1 parent 0821ae6 commit c1603d8

25 files changed

+121
-21
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@call %~dp0..\..\bin\cmdLineTests.bat %0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
source $(dirname "$(dirname "$(dirname "${BASH_SOURCE[0]}")")")/bin/cmdLineTests.sh ${BASH_SOURCE[0]}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
REM
2+
REM Must be run from YADAMU home folder
3+
REM
4+
@call %~dp0..\..\mssql\bin\export_sample_datasets.bat %0
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#
2+
# Must be run from test root directory
3+
#
4+
source $(dirname "$(dirname "$(dirname "${BASH_SOURCE[0]}")")")/mssql/bin/export_sample_datasets.sh ${BASH_SOURCE[0]}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
REM
2+
REM Must be run from YADAMU home folder
3+
REM
4+
@call %~dp0..\..\mssql\bin\import_MsSQL.bat %0
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#
2+
# Must be run from test root directory
3+
#
4+
source $(dirname "$(dirname "$(dirname "${BASH_SOURCE[0]}")")")/mssql/bin/import_MsSQL.sh ${BASH_SOURCE[0]}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
REM
2+
REM Must be run from test root directory
3+
REM
4+
@call %~dp0..\..\mssql\bin\import_MySQL.bat %0
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#
2+
# Must be run from test root directory
3+
#
4+
source $(dirname "$(dirname "$(dirname "${BASH_SOURCE[0]}")")")/mssql/bin/import_MySQL.sh ${BASH_SOURCE[0]}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
REM
2+
REM Must be run from YADAMU home folder
3+
REM
4+
@call %~dp0..\..\mssql\bin\import_Oracle.bat %0
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#
2+
# Must be run from test root directory
3+
#
4+
source $(dirname "$(dirname "$(dirname "${BASH_SOURCE[0]}")")")/mssql/bin/import_Oracle.sh ${BASH_SOURCE[0]}

0 commit comments

Comments
 (0)