jordanbrown0 / reg3

REG.PRG version 3
Other
2 stars 0 forks source link

External import bypasses validation #450

Open jordanbrown0 opened 1 year ago

jordanbrown0 commented 1 year ago

External import bypasses validation. If the data you import isn't correct... all kinds of bad things can happen.

Maybe AXI should do some validation. (It's got some available from the schema, I think.) Or maybe there should be a way to check a table against the validation rules.

jordanbrown0 commented 1 year ago

Here's a specific one to look at:

image

jordanbrown0 commented 1 year ago

For that one I suspect that what's needed is to vet the import conversion against the field type.