Push on master #3
codeql
on: dynamic
Matrix: analyze
Annotations
15 errors
|
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.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.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.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.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.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.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.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.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.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.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.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.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.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.Production.ProductPhoto.Fetch_Production_ProductPhoto:
DBTestCompare#L106
Among 10 compared rows, some differences in SQL queries results found - expected [0] but found [10]
|