Skip to content

Releases: Jamling/Android-ORM

v1.2.1

14 Dec 01:01

Choose a tag to compare

  • Fix Session#update(Criteria criteria, ContentValues values) issue
  • Fix Sesstion#delete(Criteria criteria) issue

v1.2.0

04 Jun 08:40

Choose a tag to compare

  • Add order() for @column
  • Fix table drop issue

v1.1.8

22 Feb 06:41

Choose a tag to compare

  • Fix limit issue

v1.1.6

12 Oct 02:45

Choose a tag to compare

  • 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

Choose a tag to compare

  • Add batch insert
  • Add get_last_insert_rowid()

v1.1.4

28 Jul 02:30

Choose a tag to compare

  • 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

Choose a tag to compare

  • Fix like issue

v1.1.2

06 Dec 06:47

Choose a tag to compare

  • Fix boolean property not updated into database issue

v1.1.1

08 Oct 09:02

Choose a tag to compare

  • Remove getter/setter fully
  • Remove defaultValue in @column
  • Change name to optional in @column

v1.1.0

07 Sep 02:12

Choose a tag to compare

  • Using field reflection, allow the java model been without getter/setter