This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello, Here is my problem:
When I click on the field in the visual designer, the field now allow Null but the property Validate presence is still to True instead of False. Is this a correct behavior?
Thank you guys. |
|
|
This is kind of correct, in that we don't know whether you've deliberately applied the validation and we don't want to remove it if you have. When we infer the validation from a table drag, we're basically guessing at your business logic based on your database design. If we removed the validation, we might be removing part of your business logic rather than merely reflecting a change in the persistence layer. However, you're right that it leaves you with a nullable column into which we won't let you put null, which seems a bit pointless! So we will take a look at whether we should be offering to remove that validation. For the meantime though you will need to remove the validation manually. Thanks for drawing our attention to this! |
|