Releases: Jamling/Android-ORM
Releases · Jamling/Android-ORM
v1.2.1
14 Dec 01:01
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
04 Jun 08:40
Compare
Sorry, something went wrong.
No results found
Add order() for @column
Fix table drop issue
v1.1.8
22 Feb 06:41
Compare
Sorry, something went wrong.
No results found
v1.1.6
12 Oct 02:45
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
31 Jul 09:32
Compare
Sorry, something went wrong.
No results found
Add batch insert
Add get_last_insert_rowid()
v1.1.4
28 Jul 02:30
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
28 Jun 10:02
Compare
Sorry, something went wrong.
No results found
v1.1.2
06 Dec 06:47
Compare
Sorry, something went wrong.
No results found
Fix boolean property not updated into database issue
v1.1.1
08 Oct 09:02
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
07 Sep 02:12
Compare
Sorry, something went wrong.
No results found
Using field reflection, allow the java model been without getter/setter