Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.0.5 #1370

Merged
merged 23 commits into from
Jul 17, 2017
Merged

4.0.5 #1370

merged 23 commits into from
Jul 17, 2017

Conversation

agrosner
Copy link
Owner

  1. Move the GeneratedDatabaseHolder off the last round, warnings should be gone!
  2. Update Kotlin to 1.1.3-2
  3. update Gradle plugin to 2.3.3 (3.0.0-beta currently breaks robolectric unit testing)
  4. Some new extensions
  5. add Property.allProperty(MyTable.class) so you can easily specify MyTable.* in a query.
  6. Some optimizations on generated code including removing some redundant null checking.
  7. Fix issue where DatabaseStatement in update were not closed when used in a ModelAdapter.saveAll() method.
  8. Fix package private ModelView that duplicated field definitions in generated _ViewTable class.
  9. RXJava2: Change Single to Maybe for nullable returns.

agrosner and others added 23 commits June 10, 2017 13:51
Add keyboard shortcut to format code under **Pull Requests** section.
….java would not compile since the column was duplicated.
bring database holder back to first round generation
…radle plugin to 4.1. update test dependencies to latest.
@agrosner agrosner merged commit 38fe8f0 into master Jul 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants