Originally posted by ozarka
You still have a presumption that I have to understand how the things are going in life of your db users.
So I'll ask you questions (based on the example you've provided):
- Overlapping intervals break validation. Am I right? Does this input has to be rejected?
- When user 02 EndingNum changes to 17, does this breaks validation? How it supposed to be treated? Input rejected or user 03 StartingNum should be changed to 12?
- When user 02 StartingNum changes to 14, does this breaks validation? How it supposed to be treated? Input rejected or user 01 EndingNum should be changed to 13?
P.S. code you've provided doesn't make any sense.
Comment