jan-vandenberg / cruddiy

No-code Bootstrap PHP CRUD generator
http://cruddiy.com
GNU Affero General Public License v3.0
252 stars 80 forks source link

Types CHAR and VARCHAR were not considered as text in the List view #110

Closed germain-italic closed 11 months ago

germain-italic commented 11 months ago

As a result, this was preventing htmlspecialchars and nl2br to be applied.

Moreover, file uploads detection to create a link to the file was working only with TEXT columns, but it should also work with CHAR and VARCHAR.

Maybe we should even add BLOB later?