androrm / androrm

An Object Relational Mapper for Android.
http://www.androrm.com
MIT License
136 stars 35 forks source link

Model save method does not support chinese ?? #38

Open threecups opened 11 years ago

threecups commented 11 years ago

hi, i use androrm made a test, when i set a column by chinese, eg: myModel.setName("测试"); and then save, however there is no record in my database, also didn't report any errors, so, is there a bug in here?

best, niles

frontendphil commented 11 years ago

I'll have a look at that. Do you have any output on the log?