Validate() - all tables / all fields / always #259
Closed
Arthurvdv
started this conversation in
Suggestions
Replies: 3 comments 6 replies
-
|
There is an exception. Dont do this on Temp tables. But sometimes you just have to set it and not validate it. |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Another exception might be when using |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
The new Use Validate() instead of direct field assignment (PC0037) rule is now available in ALCops |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Validate() - all tables / all fields / always | YouTube
Based of this presentation on BC TechDays of 2024, where a diagnostic should be raised when a direct assignment is done instead of a validate.
Direct field assignment
field assignment though Validate
I think there are no exceptions as @StefanMaron and @ChristianHovenbitzer have convincingly presented to us.
Then a comment or pragma needs to be set justifying skipping the validation of the field.
Beta Was this translation helpful? Give feedback.
All reactions