Hi there. I have spent more than hour trying to realize why does my insert query fail.
It turned out that presence of a length field in the insert data, causes a request to fail. I guess that somewhere in the code (sorry, I didn't search it myself) there is a passing of arguments. Or maybe check for array by testing argument's length property.
Anyway, the issue gone, once I renamed the field into size.