Skip to content

Releases: RBusarow/Roomigrant

Support SQLite 3.28.0 in API 30

06 Aug 21:38
e3fe0c2
Compare
Choose a tag to compare
  • Fixes an issue where table renames fail on API 30 devices when that table is referenced by a View (#10)

more index bug fixes

06 Aug 18:22
Compare
Choose a tag to compare
more index bug fixes Pre-release
Pre-release
0.2.5

create indices after the table rename

indices bug fixes

06 Aug 18:06
5064b5e
Compare
Choose a tag to compare
indices bug fixes Pre-release
Pre-release
0.2.4

Merge pull request #9 from RBusarow/preserve_indices_when_recreating_…

Index bug fixes

06 Aug 14:22
061f8b3
Compare
Choose a tag to compare
  • Support recreating an index if the affinity of its column(s) is changed.
  • Recreate indices if a table is being recreated.

0.2.0

02 Jun 22:50
863d894
Compare
Choose a tag to compare
Merge pull request #5 from RBusarow/views

add view support

0.1.9

02 Jun 21:21
863d894
Compare
Choose a tag to compare
  • replace Gson with Moshi
  • support incremental annotation processing
  • support View migrations

0.1.8

02 Jun 02:54
fe475db
Compare
Choose a tag to compare
  • Fix KotlinPoet NoSuchMethodErrors in projects which already have a KotlinPoet dependency.
  • Fix Kotlin compilation error for extremely large buildSchema functions when the database is large with a large migration history.
  • Fix table rename migrations.
  • Fix duplicate Index creation/drops.