Closed (fixed)
Project:
Exif
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Feb 2013 at 13:02 UTC
Updated:
1 Aug 2016 at 22:24 UTC
Jump to comment: Most recent, Most recent file
The module does not validate the length of the value before it is save to a field with a limited length.
This results in a database exception - values should always be truncated if they are too long for the chosen field type.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | exif-truncate_values_of_max_length_fields-1918112-1.patch | 524 bytes | esbenvb |
Comments
Comment #1
esbenvb commentedThis patch fixes it. When porting it, make sure to include the author information as mentioned on http://drupal.org/user/989064
Comment #2
jphautin commentedComment #4
jphautin commentedFirst version in 7.x-1.x branch.
Comment #5
jphautin commented