django-sonar icon indicating copy to clipboard operation
django-sonar copied to clipboard

Bug: Data error value too long for type character varying(255)

Open eriktelepovsky opened this issue 10 months ago • 1 comments

It fails to write requests with long paths (for example with many GET params). I suggest to increase max_length of SonarRequest.path or even better, change it to textfield instead of charfield.

eriktelepovsky avatar Apr 22 '24 06:04 eriktelepovsky

Thanks for the suggestion! I'll add a migrations in the next release for this.

metalogico avatar Apr 22 '24 07:04 metalogico