Blog

shipped tinyorm 1.6.0

I shipped tinyorm 1.6.0

Added mysql's SET type support #22

I added @SetColumn annotation. TinyORM inflate/deflate column annotated by @SetColumn annotation.

Better constructor type mismatch deteciton

If the constructor throws exception when creating row object, tinyorm shows detail information.