btnlq
Results
2
comments of
btnlq
The query result has not changed. The parameter declaration has changed to ```sql DECLARE @IsBlocked_2 SmallInt(4) -- Boolean SET @IsBlocked_2 = ' ' ``` The problem seems to be dependent...
`GenerateDataTypes = true;` solves the problem, thanks! > Also try to avoid changing default mapping schema Got it.