roscopeco / ormdroid

ORMDroid is a simple ORM persistence framework for your Android applications.
http://roscopeco.github.io/ormdroid/
Apache License 2.0
86 stars 24 forks source link

Add float support. #23

Closed Queatz closed 10 years ago

Queatz commented 10 years ago

I see that other types such as shorts are in TypeMapper.java but not in NumericTypeMapping.java, was there an issue here? This at least does make floats work correctly.

roscopeco commented 10 years ago

Thanks for this. Merged to master.