Case of the check constraints
dineshasanka
Posts: 208
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
Thanks for the bug report. I've reproduced it and added it into the bug tracker. This should be fixed for 1.1.
If you find anything else then please let us know! Thanks for all of the comments.
Ben