Skip to content

Releases: Jamling/Android-ORM

v1.2.1

Choose a tag to compare

@Jamling Jamling released this 14 Dec 01:01
  • Fix Session#update(Criteria criteria, ContentValues values) issue
  • Fix Sesstion#delete(Criteria criteria) issue

v1.2.0

Choose a tag to compare

@Jamling Jamling released this 04 Jun 08:40
  • Add order() for @column
  • Fix table drop issue

v1.1.8

Choose a tag to compare

@Jamling Jamling released this 22 Feb 06:41
  • Fix limit issue

v1.1.6

Choose a tag to compare

@Jamling Jamling released this 12 Oct 02:45
  • Fix insert throw ORMException when @column id not defined in bean.
  • Use generic type in Session#list(Criteria)

v1.1.5

Choose a tag to compare

@Jamling Jamling released this 31 Jul 09:32
  • Add batch insert
  • Add get_last_insert_rowid()

v1.1.4

Choose a tag to compare

@Jamling Jamling released this 28 Jul 02:30
  • 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

Choose a tag to compare

@Jamling Jamling released this 28 Jun 10:02
  • Fix like issue

v1.1.2

Choose a tag to compare

@Jamling Jamling released this 06 Dec 06:47
  • Fix boolean property not updated into database issue

v1.1.1

Choose a tag to compare

@Jamling Jamling released this 08 Oct 09:02
  • Remove getter/setter fully
  • Remove defaultValue in @column
  • Change name to optional in @column

v1.1.0

Choose a tag to compare

@Jamling Jamling released this 07 Sep 02:12
  • Using field reflection, allow the java model been without getter/setter