SQL Data generator treats check constraints most of the time. However, there was one occasion in which it does not treat. This is due to a bug in the SQL Data Generator. Problem here is that column name is Status and check constraint define as ([STATUS]='Y' OR [STATUS]='N'). As case is different, SQL Data generator does not take that check constraint into account.
Comments
1 comment
Add comment
Please sign in to leave a comment.