crudkit icon indicating copy to clipboard operation
crudkit copied to clipboard

blob type not supported

Open ehallein opened this issue 7 years ago • 2 comments

It seems blob types are not supported. I'd be happy to fix the code if someone could point me in the right direction. I think it just needs an option to download the blob as some specified format?

ehallein avatar Nov 17 '17 09:11 ehallein

I’ve added a new type in SQLColumn.php, to just return it as a string, which improved the error. It at least loads the page, but has an exception in a modal window “in for each”.

ehallein avatar Nov 17 '17 21:11 ehallein

Hey @ehallein unfortunately I've not been able to maintain this framework for a while, but I do intend to clean it up and modernize things a bit and add more, now that I have some free time. I will definitely be adding a BLOB type to download it as a file.

In the meantime if you're looking at shipping it within a few weeks, I would suggest to try out a few other packages which offer this functionality.

skyronic avatar Nov 18 '17 14:11 skyronic