Releases: Jamling/Android-ORM
Releases · Jamling/Android-ORM
v1.2.1
Compare
Sorry, something went wrong.
No results found
Fix Session#update(Criteria criteria, ContentValues values) issue
Fix Sesstion#delete(Criteria criteria) issue
v1.2.0
Compare
Sorry, something went wrong.
No results found
Add order() for @column
Fix table drop issue
v1.1.8
Compare
Sorry, something went wrong.
No results found
v1.1.6
Compare
Sorry, something went wrong.
No results found
Fix insert throw ORMException when @column id not defined in bean.
Use generic type in Session#list(Criteria)
v1.1.5
Compare
Sorry, something went wrong.
No results found
Add batch insert
Add get_last_insert_rowid()
v1.1.4
Compare
Sorry, something went wrong.
No results found
Add MappingFactory, User cant change java-sqlite data type mapping rules
Add updateTable, upgrade databases automatically.
Add getTablesInfo of sqlite database
Add getColumnsInfo of sqlite table
Re-add defaultValue attribute in column
v1.1.3
Compare
Sorry, something went wrong.
No results found
v1.1.2
Compare
Sorry, something went wrong.
No results found
Fix boolean property not updated into database issue
v1.1.1
Compare
Sorry, something went wrong.
No results found
Remove getter/setter fully
Remove defaultValue in @column
Change name to optional in @column
v1.1.0
Compare
Sorry, something went wrong.
No results found
Using field reflection, allow the java model been without getter/setter