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
added observable events for model. you can make the events notifiable by calling save() with the notify true in SQLiteUtils More... about 11 years ago
added the fire event More... about 11 years ago
comments and code optimization. added model observers to listen for when models change More... about 11 years ago
added log error for model views with primary keys or foreign keys More... about 11 years ago
fixed crash where model views do not have primary keys. they dont in SQL lite so will ignore adding them to query More... about 11 years ago
Merge branch 'master' of github.com:agrosner/DBFlow More... about 11 years ago
added basic migration code support alongside the SQL definition files for more flexibility More... about 11 years ago
added #1 prems request More... about 11 years ago
added basic migration classes for easy migrations More... about 11 years ago
Update README.md More... about 11 years ago
small fix More... about 11 years ago
caching the constructors now to improve performance More... about 11 years ago
optimized imports and commented the rest of the classes. preparing for a release More... about 11 years ago
commenting more code More... about 11 years ago
updating source commments! More... about 11 years ago
updated more comments More... about 11 years ago
updated code comments, renamed some methods and class. finalizing first version soon More... about 11 years ago
more comments!!: More... about 11 years ago
more code commenting More... about 11 years ago
thorough commenting. changed databasemanager to transactionmanager and tablemanager to tabletransactionmanager More... about 11 years ago
added more comments More... about 11 years ago
Merge branch 'master' of github.com:agrosner/DBFlow More... about 11 years ago
code commenting everything More... about 11 years ago
Update README.md More... about 11 years ago
Merge branch 'master' of github.com:agrosner/DBFlow More... about 11 years ago
fixed license, added image and fixed packagename More... about 11 years ago
fixed broken link More... about 11 years ago
fixed broken link More... about 11 years ago
Update README.md More... about 11 years ago
made modelview implement model so we can load them within the database manager. it will throw exceptions for any modification methods More... about 11 years ago