Medialoha / MAB-LAB

My ACRA Backend Laboratory
http://www.medialoha.net
GNU General Public License v3.0
27 stars 13 forks source link

Larger custom_data field to allow more custom data to be sent from device #84

Closed klinger-ofir closed 9 years ago

klinger-ofir commented 10 years ago

Custom data can be longer than 255 chars and so it is wiser to use TEXT as the field type (otherwise the serialized data will be truncated and thus corrupted and FALSE will returned from unserialize in Report::createFromArray)