Android-Orma icon indicating copy to clipboard operation
Android-Orma copied to clipboard

An ORM for Android with type-safety and painless smart migrations

Results 28 Android-Orma issues
Sort by recently updated
recently updated
newest added

I noticed sqlcipher update was merged, but next version was not released yet. https://github.com/maskarade/Android-Orma/pull/480 Could you please release next version with migration guide for sqlcipher 4.x?

https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ can you migrate the artifacts to the new service before bintray shuts down?

help wanted

Hello, Orma users, I believe this project is worth maintaining even if Room gets a de-facto standard ORM because Orma's smart migration and type-safe helpers are still useful enough. However,...

When I try to create database the database has been created with system locale. For example, my system default language is Japanese. So the sqlite database create with locale `ja_JP`....

Dear Orma developers, I've been hours banging my head against the wall so I decided to check with you. I have the impression that there is some sort of incompatibility...

when i use orma database ,i get this issue, but i don't know why it is happen

``` V/Orma: [RxCachedThreadScheduler-1] DELETE FROM `CD` WHERE ((`c1`.`ab` = ?)) - [0] E/SQLiteLog: (1) no such column: c1.ab W/System.err: io.reactivex.exceptions.OnErrorNotImplementedException: no such column: c1.ab (code 1 SQLITE_ERROR): , while compiling:...

bug

From the beginning of Orma, it does not generates query helper methods for columns without `indexed = true`. I believe this is one of the most useful inventions of Orma,...

Android Architecture Components newly provides [Paging Library](https://developer.android.com/topic/libraries/architecture/paging.html) which makes it easier to load data from a data source like SQLite database with pagination. Architecture Components Library (including Paging) is still...