Release Notes: This release adds "upsert" methods, per-field dirty flags, a cleaner syntax to specify external parameters for a query (a.k.a. "parametrized getters"), and some meta-information methods. It also provides several bugfixes and optimizations related to statement pool handling, database reverse enginering, connection checking, and instance caching.
Release Notes: This version fixes a small issue with the AuthenticationFilter and a more serious one in the SMTP email checking code.
Release Notes: This release brings a quite mature and stable version of the library, with two years of enhancements and fixes.
Release Notes: This is a corrective release that fixes a serious issue in $entity.insert along with a few minor bugs. It has some source refactoring and some new test cases.
Release Notes: This major upgrade adds validation constraints and provides tools for authentication and localization. It includes automatic downloading of dependencies and test cases.
Release Notes: This release mainly fixes the database connection recovery process. The Java API to obtain a database connection has also been improved.
Release Notes: The main purpose of this release is to allow the use of POJOs (Plain Old Java Objects) as row instances. Getters and setters of those POJOs are discovered using Java reflection.
Release Notes: This is a maintenance release that fixes some bugs, mainly within the obfuscation mechanism. Obfuscated values are now URL-encoded and getLastInsertID is now obfuscation-aware.
Release Notes: The main change in this release is the addition of a connection pooling mechanism that allows better handling of concurrent queries.
Release Notes: This release corrects a bug in the obfuscation feature.