Skip to content

fixing typos and removing unnecessary steps #62

fixing typos and removing unnecessary steps

fixing typos and removing unnecessary steps #62

Triggered via push February 28, 2024 11:05
Status Success
Total duration 3m 36s
Artifacts 4
Fit to window
Zoom out
Zoom in

Annotations

47 errors and 4 warnings
DBTestCompare.2.RowByRow.Production.ProductDocument.Fetch_Production_ProductDocument: DBTestCompare#L106
Among 10 compared rows, some differences in SQL queries results found - expected [0] but found [10]
DBTestCompare.2.RowByRow.Person.Address.Fetch_Person_Address: DBTestCompare#L106
Among 10 compared rows, some differences in SQL queries results found - expected [0] but found [10]
DBTestCompare.3.MinusCompare.Sales.CurrencyRate.Minus_Sales_CurrencyRate: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near ' From CurrencyCode'. Minus Query : (SELECT "CurrencyRateID" , "CurrencyRateDate" , ",'Expected' as "Environment" From CurrencyCode" , "ToCurrencyCode" , "AverageRate" , "EndOfDayRate" , "ModifiedDate" FROM AdventureWorks2008R2.Sales.CurrencyRate EXCEPT SELECT "CurrencyRateID" , "CurrencyRateDate" , ",'Expected' as "Environment" From CurrencyCode" , "ToCurrencyCode" , "AverageRate" , "EndOfDayRate" , "ModifiedDate" FROM AdventureWorks2008R2.Sales.CurrencyRate ) UNION ALL (SELECT "CurrencyRateID" , "CurrencyRateDate" , ",'Actual' as "Environment" From CurrencyCode" , "ToCurrencyCode" , "AverageRate" , "EndOfDayRate" , "ModifiedDate" FROM AdventureWorks2008R2.Sales.CurrencyRate EXCEPT SELECT "CurrencyRateID" , "CurrencyRateDate" , ",'Actual' as "Environment" From CurrencyCode" , "ToCurrencyCode" , "AverageRate" , "EndOfDayRate" , "ModifiedDate" FROM AdventureWorks2008R2.Sales.CurrencyRate )
DBTestCompare.2.RowByRow.Production.Document.Fetch_Production_Document: DBTestCompare#L106
Among 11 compared rows, some differences in SQL queries results found - expected [0] but found [10]
DBTestCompare.2.RowByRow.Production.ProductPhoto.Fetch_Production_ProductPhoto: DBTestCompare#L106
Among 10 compared rows, some differences in SQL queries results found - expected [0] but found [10]
DBTestCompare.3.MinusCompare.Production.ProductModel.Minus_Production_ProductModel: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "ProductModelID" , "Name" , "CatalogDescription" , "Instructions" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Production.ProductModel EXCEPT SELECT "ProductModelID" , "Name" , "CatalogDescription" , "Instructions" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Production.ProductModel ) UNION ALL (SELECT "ProductModelID" , "Name" , "CatalogDescription" , "Instructions" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Production.ProductModel EXCEPT SELECT "ProductModelID" , "Name" , "CatalogDescription" , "Instructions" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Production.ProductModel )
DBTestCompare.3.MinusCompare.HumanResources.vEmployee.Minus_HumanResources_vEmployee: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "JobTitle" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "AdditionalContactInfo" ,'Expected' as "Environment" From AdventureWorks2008R2.HumanResources.vEmployee EXCEPT SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "JobTitle" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "AdditionalContactInfo" ,'Expected' as "Environment" From AdventureWorks2008R2.HumanResources.vEmployee ) UNION ALL (SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "JobTitle" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "AdditionalContactInfo" ,'Actual' as "Environment" From AdventureWorks2008R2.HumanResources.vEmployee EXCEPT SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "JobTitle" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "AdditionalContactInfo" ,'Actual' as "Environment" From AdventureWorks2008R2.HumanResources.vEmployee )
DBTestCompare.3.MinusCompare.Sales.Store.Minus_Sales_Store: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "BusinessEntityID" , "Name" , "SalesPersonID" , "Demographics" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Sales.Store EXCEPT SELECT "BusinessEntityID" , "Name" , "SalesPersonID" , "Demographics" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Sales.Store ) UNION ALL (SELECT "BusinessEntityID" , "Name" , "SalesPersonID" , "Demographics" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Sales.Store EXCEPT SELECT "BusinessEntityID" , "Name" , "SalesPersonID" , "Demographics" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Sales.Store )
DBTestCompare.3.MinusCompare.Sales.vIndividualCustomer.Minus_Sales_vIndividualCustomer: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressType" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "Demographics" ,'Expected' as "Environment" From AdventureWorks2008R2.Sales.vIndividualCustomer EXCEPT SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressType" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "Demographics" ,'Expected' as "Environment" From AdventureWorks2008R2.Sales.vIndividualCustomer ) UNION ALL (SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressType" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "Demographics" ,'Actual' as "Environment" From AdventureWorks2008R2.Sales.vIndividualCustomer EXCEPT SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressType" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "Demographics" ,'Actual' as "Environment" From AdventureWorks2008R2.Sales.vIndividualCustomer )
DBTestCompare.3.MinusCompare.Production.Illustration.Minus_Production_Illustration: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "IllustrationID" , "Diagram" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Production.Illustration EXCEPT SELECT "IllustrationID" , "Diagram" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Production.Illustration ) UNION ALL (SELECT "IllustrationID" , "Diagram" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Production.Illustration EXCEPT SELECT "IllustrationID" , "Diagram" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Production.Illustration )
DBTestCompare.3.MinusCompare.Person.Address.Minus_Person_Address: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type geography cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "AddressID" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceID" , "PostalCode" , "SpatialLocation" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Person.Address EXCEPT SELECT "AddressID" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceID" , "PostalCode" , "SpatialLocation" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Person.Address ) UNION ALL (SELECT "AddressID" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceID" , "PostalCode" , "SpatialLocation" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Person.Address EXCEPT SELECT "AddressID" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceID" , "PostalCode" , "SpatialLocation" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Person.Address )
DBTestCompare.3.MinusCompare.HumanResources.JobCandidate.Minus_HumanResources_JobCandidate: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "JobCandidateID" , "BusinessEntityID" , "Resume" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.HumanResources.JobCandidate EXCEPT SELECT "JobCandidateID" , "BusinessEntityID" , "Resume" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.HumanResources.JobCandidate ) UNION ALL (SELECT "JobCandidateID" , "BusinessEntityID" , "Resume" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.HumanResources.JobCandidate EXCEPT SELECT "JobCandidateID" , "BusinessEntityID" , "Resume" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.HumanResources.JobCandidate )
DBTestCompare.2.RowByRow.HumanResources.Employee.Fetch_HumanResources_Employee: DBTestCompare#L106
Among 11 compared rows, some differences in SQL queries results found - expected [0] but found [10]
DBTestCompare.3.MinusCompare.dbo.DatabaseLog.Minus_dbo_DatabaseLog: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "DatabaseLogID" , "PostTime" , "DatabaseUser" , "Event" , "Schema" , "Object" , "TSQL" , "XmlEvent" ,'Expected' as "Environment" From AdventureWorks2008R2.dbo.DatabaseLog EXCEPT SELECT "DatabaseLogID" , "PostTime" , "DatabaseUser" , "Event" , "Schema" , "Object" , "TSQL" , "XmlEvent" ,'Expected' as "Environment" From AdventureWorks2008R2.dbo.DatabaseLog ) UNION ALL (SELECT "DatabaseLogID" , "PostTime" , "DatabaseUser" , "Event" , "Schema" , "Object" , "TSQL" , "XmlEvent" ,'Actual' as "Environment" From AdventureWorks2008R2.dbo.DatabaseLog EXCEPT SELECT "DatabaseLogID" , "PostTime" , "DatabaseUser" , "Event" , "Schema" , "Object" , "TSQL" , "XmlEvent" ,'Actual' as "Environment" From AdventureWorks2008R2.dbo.DatabaseLog )
DBTestCompare.3.MinusCompare.Person.Person.Minus_Person_Person: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "BusinessEntityID" , "PersonType" , "NameStyle" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "EmailPromotion" , "AdditionalContactInfo" , "Demographics" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Person.Person EXCEPT SELECT "BusinessEntityID" , "PersonType" , "NameStyle" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "EmailPromotion" , "AdditionalContactInfo" , "Demographics" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Person.Person ) UNION ALL (SELECT "BusinessEntityID" , "PersonType" , "NameStyle" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "EmailPromotion" , "AdditionalContactInfo" , "Demographics" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Person.Person EXCEPT SELECT "BusinessEntityID" , "PersonType" , "NameStyle" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "EmailPromotion" , "AdditionalContactInfo" , "Demographics" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Person.Person )
DBTestCompare.2.RowByRow.Person.Address.Fetch_Person_Address: DBTestCompare#L106
Among 10 compared rows, some differences in SQL queries results found - expected [0] but found [10]
DBTestCompare.2.RowByRow.Production.ProductDocument.Fetch_Production_ProductDocument: DBTestCompare#L106
Among 10 compared rows, some differences in SQL queries results found - expected [0] but found [10]
DBTestCompare.3.MinusCompare.dbo.DatabaseLog.Minus_dbo_DatabaseLog: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "DatabaseLogID" , "PostTime" , "DatabaseUser" , "Event" , "Schema" , "Object" , "TSQL" , "XmlEvent" ,'Expected' as "Environment" From AdventureWorks2008R2.dbo.DatabaseLog EXCEPT SELECT "DatabaseLogID" , "PostTime" , "DatabaseUser" , "Event" , "Schema" , "Object" , "TSQL" , "XmlEvent" ,'Expected' as "Environment" From AdventureWorks2008R2.dbo.DatabaseLog ) UNION ALL (SELECT "DatabaseLogID" , "PostTime" , "DatabaseUser" , "Event" , "Schema" , "Object" , "TSQL" , "XmlEvent" ,'Actual' as "Environment" From AdventureWorks2008R2.dbo.DatabaseLog EXCEPT SELECT "DatabaseLogID" , "PostTime" , "DatabaseUser" , "Event" , "Schema" , "Object" , "TSQL" , "XmlEvent" ,'Actual' as "Environment" From AdventureWorks2008R2.dbo.DatabaseLog )
DBTestCompare.3.MinusCompare.Sales.CurrencyRate.Minus_Sales_CurrencyRate: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near ' From CurrencyCode'. Minus Query : (SELECT "CurrencyRateID" , "CurrencyRateDate" , ",'Expected' as "Environment" From CurrencyCode" , "ToCurrencyCode" , "AverageRate" , "EndOfDayRate" , "ModifiedDate" FROM AdventureWorks2008R2.Sales.CurrencyRate EXCEPT SELECT "CurrencyRateID" , "CurrencyRateDate" , ",'Expected' as "Environment" From CurrencyCode" , "ToCurrencyCode" , "AverageRate" , "EndOfDayRate" , "ModifiedDate" FROM AdventureWorks2008R2.Sales.CurrencyRate ) UNION ALL (SELECT "CurrencyRateID" , "CurrencyRateDate" , ",'Actual' as "Environment" From CurrencyCode" , "ToCurrencyCode" , "AverageRate" , "EndOfDayRate" , "ModifiedDate" FROM AdventureWorks2008R2.Sales.CurrencyRate EXCEPT SELECT "CurrencyRateID" , "CurrencyRateDate" , ",'Actual' as "Environment" From CurrencyCode" , "ToCurrencyCode" , "AverageRate" , "EndOfDayRate" , "ModifiedDate" FROM AdventureWorks2008R2.Sales.CurrencyRate )
DBTestCompare.3.MinusCompare.Production.Illustration.Minus_Production_Illustration: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "IllustrationID" , "Diagram" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Production.Illustration EXCEPT SELECT "IllustrationID" , "Diagram" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Production.Illustration ) UNION ALL (SELECT "IllustrationID" , "Diagram" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Production.Illustration EXCEPT SELECT "IllustrationID" , "Diagram" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Production.Illustration )
DBTestCompare.3.MinusCompare.Sales.vIndividualCustomer.Minus_Sales_vIndividualCustomer: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressType" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "Demographics" ,'Expected' as "Environment" From AdventureWorks2008R2.Sales.vIndividualCustomer EXCEPT SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressType" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "Demographics" ,'Expected' as "Environment" From AdventureWorks2008R2.Sales.vIndividualCustomer ) UNION ALL (SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressType" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "Demographics" ,'Actual' as "Environment" From AdventureWorks2008R2.Sales.vIndividualCustomer EXCEPT SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressType" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "Demographics" ,'Actual' as "Environment" From AdventureWorks2008R2.Sales.vIndividualCustomer )
DBTestCompare.3.MinusCompare.HumanResources.JobCandidate.Minus_HumanResources_JobCandidate: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "JobCandidateID" , "BusinessEntityID" , "Resume" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.HumanResources.JobCandidate EXCEPT SELECT "JobCandidateID" , "BusinessEntityID" , "Resume" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.HumanResources.JobCandidate ) UNION ALL (SELECT "JobCandidateID" , "BusinessEntityID" , "Resume" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.HumanResources.JobCandidate EXCEPT SELECT "JobCandidateID" , "BusinessEntityID" , "Resume" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.HumanResources.JobCandidate )
DBTestCompare.2.RowByRow.Sales.vStoreWithContacts.Fetch_Sales_vStoreWithContacts: DBTestCompare#L106
Among 373 compared rows, some differences in SQL queries results found - expected [0] but found [10]
DBTestCompare.2.RowByRow.Production.ProductPhoto.Fetch_Production_ProductPhoto: DBTestCompare#L106
Among 10 compared rows, some differences in SQL queries results found - expected [0] but found [10]
DBTestCompare.3.MinusCompare.Person.Address.Minus_Person_Address: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type geography cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "AddressID" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceID" , "PostalCode" , "SpatialLocation" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Person.Address EXCEPT SELECT "AddressID" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceID" , "PostalCode" , "SpatialLocation" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Person.Address ) UNION ALL (SELECT "AddressID" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceID" , "PostalCode" , "SpatialLocation" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Person.Address EXCEPT SELECT "AddressID" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceID" , "PostalCode" , "SpatialLocation" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Person.Address )
DBTestCompare.2.RowByRow.Production.Document.Fetch_Production_Document: DBTestCompare#L106
Among 11 compared rows, some differences in SQL queries results found - expected [0] but found [10]
DBTestCompare.3.MinusCompare.Sales.Store.Minus_Sales_Store: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "BusinessEntityID" , "Name" , "SalesPersonID" , "Demographics" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Sales.Store EXCEPT SELECT "BusinessEntityID" , "Name" , "SalesPersonID" , "Demographics" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Sales.Store ) UNION ALL (SELECT "BusinessEntityID" , "Name" , "SalesPersonID" , "Demographics" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Sales.Store EXCEPT SELECT "BusinessEntityID" , "Name" , "SalesPersonID" , "Demographics" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Sales.Store )
DBTestCompare.3.MinusCompare.HumanResources.vEmployee.Minus_HumanResources_vEmployee: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "JobTitle" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "AdditionalContactInfo" ,'Expected' as "Environment" From AdventureWorks2008R2.HumanResources.vEmployee EXCEPT SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "JobTitle" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "AdditionalContactInfo" ,'Expected' as "Environment" From AdventureWorks2008R2.HumanResources.vEmployee ) UNION ALL (SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "JobTitle" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "AdditionalContactInfo" ,'Actual' as "Environment" From AdventureWorks2008R2.HumanResources.vEmployee EXCEPT SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "JobTitle" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "AdditionalContactInfo" ,'Actual' as "Environment" From AdventureWorks2008R2.HumanResources.vEmployee )
DBTestCompare.2.RowByRow.HumanResources.Employee.Fetch_HumanResources_Employee: DBTestCompare#L106
Among 11 compared rows, some differences in SQL queries results found - expected [0] but found [10]
DBTestCompare.3.MinusCompare.Production.ProductModel.Minus_Production_ProductModel: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "ProductModelID" , "Name" , "CatalogDescription" , "Instructions" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Production.ProductModel EXCEPT SELECT "ProductModelID" , "Name" , "CatalogDescription" , "Instructions" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Production.ProductModel ) UNION ALL (SELECT "ProductModelID" , "Name" , "CatalogDescription" , "Instructions" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Production.ProductModel EXCEPT SELECT "ProductModelID" , "Name" , "CatalogDescription" , "Instructions" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Production.ProductModel )
DBTestCompare.3.MinusCompare.Person.Person.Minus_Person_Person: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "BusinessEntityID" , "PersonType" , "NameStyle" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "EmailPromotion" , "AdditionalContactInfo" , "Demographics" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Person.Person EXCEPT SELECT "BusinessEntityID" , "PersonType" , "NameStyle" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "EmailPromotion" , "AdditionalContactInfo" , "Demographics" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Person.Person ) UNION ALL (SELECT "BusinessEntityID" , "PersonType" , "NameStyle" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "EmailPromotion" , "AdditionalContactInfo" , "Demographics" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Person.Person EXCEPT SELECT "BusinessEntityID" , "PersonType" , "NameStyle" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "EmailPromotion" , "AdditionalContactInfo" , "Demographics" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Person.Person )
DBTestCompare.2.RowByRow.Sales.vStoreWithContacts.Fetch_Sales_vStoreWithContacts: DBTestCompare#L106
Among 385 compared rows, some differences in SQL queries results found - expected [0] but found [10]
DBTestCompare.3.MinusCompare.Person.Address.Minus_Person_Address: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type geography cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "AddressID" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceID" , "PostalCode" , "SpatialLocation" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Person.Address EXCEPT SELECT "AddressID" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceID" , "PostalCode" , "SpatialLocation" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Person.Address ) UNION ALL (SELECT "AddressID" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceID" , "PostalCode" , "SpatialLocation" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Person.Address EXCEPT SELECT "AddressID" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceID" , "PostalCode" , "SpatialLocation" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Person.Address )
DBTestCompare.3.MinusCompare.Sales.vIndividualCustomer.Minus_Sales_vIndividualCustomer: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressType" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "Demographics" ,'Expected' as "Environment" From AdventureWorks2008R2.Sales.vIndividualCustomer EXCEPT SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressType" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "Demographics" ,'Expected' as "Environment" From AdventureWorks2008R2.Sales.vIndividualCustomer ) UNION ALL (SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressType" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "Demographics" ,'Actual' as "Environment" From AdventureWorks2008R2.Sales.vIndividualCustomer EXCEPT SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressType" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "Demographics" ,'Actual' as "Environment" From AdventureWorks2008R2.Sales.vIndividualCustomer )
DBTestCompare.2.RowByRow.Production.Document.Fetch_Production_Document: DBTestCompare#L106
Among 11 compared rows, some differences in SQL queries results found - expected [0] but found [10]
DBTestCompare.3.MinusCompare.HumanResources.JobCandidate.Minus_HumanResources_JobCandidate: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "JobCandidateID" , "BusinessEntityID" , "Resume" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.HumanResources.JobCandidate EXCEPT SELECT "JobCandidateID" , "BusinessEntityID" , "Resume" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.HumanResources.JobCandidate ) UNION ALL (SELECT "JobCandidateID" , "BusinessEntityID" , "Resume" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.HumanResources.JobCandidate EXCEPT SELECT "JobCandidateID" , "BusinessEntityID" , "Resume" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.HumanResources.JobCandidate )
DBTestCompare.3.MinusCompare.Sales.CurrencyRate.Minus_Sales_CurrencyRate: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near ' From CurrencyCode'. Minus Query : (SELECT "CurrencyRateID" , "CurrencyRateDate" , ",'Expected' as "Environment" From CurrencyCode" , "ToCurrencyCode" , "AverageRate" , "EndOfDayRate" , "ModifiedDate" FROM AdventureWorks2008R2.Sales.CurrencyRate EXCEPT SELECT "CurrencyRateID" , "CurrencyRateDate" , ",'Expected' as "Environment" From CurrencyCode" , "ToCurrencyCode" , "AverageRate" , "EndOfDayRate" , "ModifiedDate" FROM AdventureWorks2008R2.Sales.CurrencyRate ) UNION ALL (SELECT "CurrencyRateID" , "CurrencyRateDate" , ",'Actual' as "Environment" From CurrencyCode" , "ToCurrencyCode" , "AverageRate" , "EndOfDayRate" , "ModifiedDate" FROM AdventureWorks2008R2.Sales.CurrencyRate EXCEPT SELECT "CurrencyRateID" , "CurrencyRateDate" , ",'Actual' as "Environment" From CurrencyCode" , "ToCurrencyCode" , "AverageRate" , "EndOfDayRate" , "ModifiedDate" FROM AdventureWorks2008R2.Sales.CurrencyRate )
DBTestCompare.3.MinusCompare.dbo.DatabaseLog.Minus_dbo_DatabaseLog: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "DatabaseLogID" , "PostTime" , "DatabaseUser" , "Event" , "Schema" , "Object" , "TSQL" , "XmlEvent" ,'Expected' as "Environment" From AdventureWorks2008R2.dbo.DatabaseLog EXCEPT SELECT "DatabaseLogID" , "PostTime" , "DatabaseUser" , "Event" , "Schema" , "Object" , "TSQL" , "XmlEvent" ,'Expected' as "Environment" From AdventureWorks2008R2.dbo.DatabaseLog ) UNION ALL (SELECT "DatabaseLogID" , "PostTime" , "DatabaseUser" , "Event" , "Schema" , "Object" , "TSQL" , "XmlEvent" ,'Actual' as "Environment" From AdventureWorks2008R2.dbo.DatabaseLog EXCEPT SELECT "DatabaseLogID" , "PostTime" , "DatabaseUser" , "Event" , "Schema" , "Object" , "TSQL" , "XmlEvent" ,'Actual' as "Environment" From AdventureWorks2008R2.dbo.DatabaseLog )
DBTestCompare.2.RowByRow.HumanResources.Employee.Fetch_HumanResources_Employee: DBTestCompare#L106
Among 11 compared rows, some differences in SQL queries results found - expected [0] but found [10]
DBTestCompare.3.MinusCompare.Sales.Store.Minus_Sales_Store: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "BusinessEntityID" , "Name" , "SalesPersonID" , "Demographics" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Sales.Store EXCEPT SELECT "BusinessEntityID" , "Name" , "SalesPersonID" , "Demographics" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Sales.Store ) UNION ALL (SELECT "BusinessEntityID" , "Name" , "SalesPersonID" , "Demographics" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Sales.Store EXCEPT SELECT "BusinessEntityID" , "Name" , "SalesPersonID" , "Demographics" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Sales.Store )
DBTestCompare.2.RowByRow.Person.Address.Fetch_Person_Address: DBTestCompare#L106
Among 10 compared rows, some differences in SQL queries results found - expected [0] but found [10]
DBTestCompare.3.MinusCompare.HumanResources.vEmployee.Minus_HumanResources_vEmployee: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "JobTitle" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "AdditionalContactInfo" ,'Expected' as "Environment" From AdventureWorks2008R2.HumanResources.vEmployee EXCEPT SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "JobTitle" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "AdditionalContactInfo" ,'Expected' as "Environment" From AdventureWorks2008R2.HumanResources.vEmployee ) UNION ALL (SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "JobTitle" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "AdditionalContactInfo" ,'Actual' as "Environment" From AdventureWorks2008R2.HumanResources.vEmployee EXCEPT SELECT "BusinessEntityID" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "JobTitle" , "PhoneNumber" , "PhoneNumberType" , "EmailAddress" , "EmailPromotion" , "AddressLine1" , "AddressLine2" , "City" , "StateProvinceName" , "PostalCode" , "CountryRegionName" , "AdditionalContactInfo" ,'Actual' as "Environment" From AdventureWorks2008R2.HumanResources.vEmployee )
DBTestCompare.3.MinusCompare.Production.ProductModel.Minus_Production_ProductModel: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "ProductModelID" , "Name" , "CatalogDescription" , "Instructions" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Production.ProductModel EXCEPT SELECT "ProductModelID" , "Name" , "CatalogDescription" , "Instructions" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Production.ProductModel ) UNION ALL (SELECT "ProductModelID" , "Name" , "CatalogDescription" , "Instructions" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Production.ProductModel EXCEPT SELECT "ProductModelID" , "Name" , "CatalogDescription" , "Instructions" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Production.ProductModel )
DBTestCompare.2.RowByRow.Production.ProductPhoto.Fetch_Production_ProductPhoto: DBTestCompare#L106
Among 10 compared rows, some differences in SQL queries results found - expected [0] but found [10]
DBTestCompare.3.MinusCompare.Production.Illustration.Minus_Production_Illustration: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "IllustrationID" , "Diagram" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Production.Illustration EXCEPT SELECT "IllustrationID" , "Diagram" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Production.Illustration ) UNION ALL (SELECT "IllustrationID" , "Diagram" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Production.Illustration EXCEPT SELECT "IllustrationID" , "Diagram" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Production.Illustration )
DBTestCompare.3.MinusCompare.Person.Person.Minus_Person_Person: DBTestCompare#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The data type xml cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. Minus Query : (SELECT "BusinessEntityID" , "PersonType" , "NameStyle" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "EmailPromotion" , "AdditionalContactInfo" , "Demographics" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Person.Person EXCEPT SELECT "BusinessEntityID" , "PersonType" , "NameStyle" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "EmailPromotion" , "AdditionalContactInfo" , "Demographics" , "rowguid" , "ModifiedDate" ,'Expected' as "Environment" From AdventureWorks2008R2.Person.Person ) UNION ALL (SELECT "BusinessEntityID" , "PersonType" , "NameStyle" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "EmailPromotion" , "AdditionalContactInfo" , "Demographics" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Person.Person EXCEPT SELECT "BusinessEntityID" , "PersonType" , "NameStyle" , "Title" , "FirstName" , "MiddleName" , "LastName" , "Suffix" , "EmailPromotion" , "AdditionalContactInfo" , "Demographics" , "rowguid" , "ModifiedDate" ,'Actual' as "Environment" From AdventureWorks2008R2.Person.Person )
DBTestCompare.2.RowByRow.Production.ProductDocument.Fetch_Production_ProductDocument: DBTestCompare#L106
Among 10 compared rows, some differences in SQL queries results found - expected [0] but found [10]
BuildOnLinux
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nuget/setup-nuget@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
BuildOnLinux
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
BuildOnWindows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, nuget/setup-nuget@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
BuildOnWindows
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

Artifacts

Produced during runtime
Name Size
AdventureWorks2008R2 Expired
78.7 KB
DBTestCompareGeneratorLinux0.3.0 Expired
95.7 MB
DBTestCompareGeneratorWindows0.3.0 Expired
91.8 MB
definitions Expired
423 KB