You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of our SQL errors are errors with VARCHAR string lengths in our SQL schemas not being validated in our DTOs, we should add those string length checks on the DTO level for more informative error messages or not set a VARCHAR limit at all.
(This is a duplicate of the LLB ticket)
Increase arbitrarily low VARCHAR limits to 255
Validate all strings to match the limits we impose in the schema
The text was updated successfully, but these errors were encountered:
Most of our SQL errors are errors with VARCHAR string lengths in our SQL schemas not being validated in our DTOs, we should add those string length checks on the DTO level for more informative error messages or not set a VARCHAR limit at all.
(This is a duplicate of the LLB ticket)
The text was updated successfully, but these errors were encountered: