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
It is checking the DBMS and using diffrent lengths for the table fields (otherwise there are problems for the related DBMS). However, the module code (entity, DTOs... etc) still using the contants (like AuditLogConsts.MaxExceptionsLength). So, application code allows higher length than the configured one on the database which may cause runtime errors.
The text was updated successfully, but these errors were encountered:
See this commit: 5f6c5e8
It is checking the DBMS and using diffrent lengths for the table fields (otherwise there are problems for the related DBMS). However, the module code (entity, DTOs... etc) still using the contants (like AuditLogConsts.MaxExceptionsLength). So, application code allows higher length than the configured one on the database which may cause runtime errors.
The text was updated successfully, but these errors were encountered: