xavierlacot / joli.js

joli.js is an Activerecord-like javascript ORM, particularly suited for being used in the Appcelerator Titanium Mobile framework.
MIT License
267 stars 60 forks source link

fieldCount() no longer exists on iOS #43

Closed rblalock closed 10 years ago

rblalock commented 10 years ago

fieldCount as a property now has API parity across both. http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.Database.ResultSet-method-fieldCount

xavierlacot commented 10 years ago

fixed in #44 with a property type detection.