Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

0.6.2

Latest
Compare
Choose a tag to compare
@JakeWharton JakeWharton released this 01 Mar 18:23
· 155 commits to trunk since this release
  • Fix: Document explicitly and correctly handle the fact that Query.run() can return null in
    some situations. The mapToOne, mapToOneOrDefault, mapToList, and asRows helpers have all
    been updated to handle this case and each is documented with their respective behavior.