0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 22, 2024 — Oct 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add getWritableDatabase call to BaseDatabaseDefinition More... over 10 years ago
Merge branch 'develop' into issue/reset-database More... over 10 years ago
Merge branch 'develop' More... over 10 years ago
added note on prepacackaged databases #244 More... over 10 years ago
added changelog for 2.1.0 More... over 10 years ago
updated readme for 2.1.0 prep More... over 10 years ago
moved upload into maven releases repo More... over 10 years ago
moved modules into correct naming schema. Added bintray uploading support More... over 10 years ago
fixed javadoc issues in the library More... over 10 years ago
Update Transactions.md More... over 10 years ago
fixed params from Condition to SQLCondition More... over 10 years ago
Merge branch 'develop' of https://github.com/Raizlabs/DBFlow into develop More... over 10 years ago
updated to 2.1.0 More... over 10 years ago
Merge pull request #243 from kamilzych/develop More... over 10 years ago
added test for enums More... over 10 years ago
added limit of 1 to query single so if query has many results, the cursor will only ever contain one item More... over 10 years ago
added checks to ensure enums are only regular fields More... over 10 years ago
added enum support for models More... over 10 years ago
added support for inherited fields. now can inherit from another class as long as one class implements model. Inherited class need not implement model. More... over 10 years ago
bug fixes More... over 10 years ago
added support for defining getter + setter if its a private column More... over 10 years ago
adding inherited columns, which enable extension on classes not intended for use by DBFlow. Will need to implement Model to work properly. More... over 10 years ago
added another method to accept column alias' More... over 10 years ago
Removed changes in formatting automatically done by Android Studio More... over 10 years ago
made it easier to pass columns in as a function More... over 10 years ago
Removed changes in formatting automatically done by Android Studio More... over 10 years ago
Removed changes in imports automatically done by Android Studio More... over 10 years ago
Removed checking if database name is correct Java class name since it can contain java keywords. Now it checks only for regex pattern which excludes some specific characters which are not allowed in Java class name like dots etc. Added more javadoc More... over 10 years ago
enhanced column error messaging More... over 10 years ago
Merge branch 'develop' of https://github.com/Raizlabs/DBFlow into develop More... over 10 years ago