phpmyadmin / error-reporting-server

phpMyAdmin server side component for the error reporting system
MIT License
19 stars 28 forks source link

Log and don't save if length of error message for an incident field is too long #161

Closed devenbansod closed 7 years ago

devenbansod commented 7 years ago

Log an error and don't try to save the incident into the database (as it would anyway truncate the data with an error/warning), when length of error message for an incident field is too long

Issue #137

Signed-off-by: Deven Bansod devenbansod.bits@gmail.com

codecov[bot] commented 7 years ago

Codecov Report

Merging #161 into master will increase coverage by 0.13%. The diff coverage is 100%.

@@             Coverage Diff              @@
##             master     #161      +/-   ##
============================================
+ Coverage     49.53%   49.66%   +0.13%     
- Complexity      324      325       +1     
============================================
  Files            26       26              
  Lines          1502     1506       +4     
============================================
+ Hits            744      748       +4     
  Misses          758      758
nijel commented 7 years ago

Merged, thanks for your contribution!