pallets-eco / flask-admin

Simple and extensible administrative interface framework for Flask
https://flask-admin.readthedocs.io
BSD 3-Clause "New" or "Revised" License
5.78k stars 1.57k forks source link

Flask-Admin+SQLAlchemy image upload works in MySQL production env but not in SQLite testcase: InterfaceError #956

Closed jgonggrijp closed 9 years ago

jgonggrijp commented 9 years ago

I'm not sure that this is a Flask-Admin problem, it may also be a SQLAlchemy problem or an interaction between the two. I'm referencing this StackOverflow question here in the hope that I will draw the attention of the expert in the haystack:

StackOverflow question with reduced testcase on Gist

jgonggrijp commented 9 years ago

This turned out to be an instance of #890.