SQL Varchar allocation #1142
Unanswered
rafaelmag110
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi community,
I was wondering if there is any specific reason for the VARCHAR allocation in the sql init statements to be fixed to 255.
In the upstream implementation there seems to be no length limitation for these attributes. There is also no validation on the DMA during POST or PUT actions, which might lead to side effects as described in this open issue: #1127
What could be the right approach to fix this issue here? Changing the Varchar allocation size or adding validation to the DMA? The latter seems unreasonable since different implementations of the upstream might have different requirements, but one never knows...
Beta Was this translation helpful? Give feedback.
All reactions