Tags: shangzuoyan/androrm
Tags
This release adds support for transactions to androrm. It is now poss… …ible to perform an arbitrary number of operations on the database without androrm having to open up a new connection for each action. Use this feature with caution and please read the docs :)
As the behavior of the SQLite database changes from Android version 2… ….2 up, this release takes these changes into account. Exceptions, that were caused by incorrect handling of Foreign Key constraints have been fixed. Constraints are now handled correctly. Also from this version on, androrm is distributed as tar.gz and .zip.
With this release QuerySets are being introduced. They offer the poss… …ibility to chain complex queries, without stressing the database. Object creation is drilled down to a new minimum resulting in faster response times. The objects() method has now replaced all older methods for data retrieval. This method returns a QuerySet instance, that can handle all of the old queries more efficiently.