COSC481W-2022Winter / capstone-hackmcx

capstone-hackmcx created by GitHub Classroom
0 stars 1 forks source link

fix: add checks for string length for input data #102

Closed zxkevin closed 2 years ago

zxkevin commented 2 years ago

Added a check to make sure the length of strings are within the database varchar size limit so that elements can be stored properly If data length is to large, a 400 error will be returned with a message indicating which field was to large