Skip to content

1.2.0: Cursor improvements

Choose a tag to compare

@thekid thekid released this 27 Mar 11:33
· 254 commits to master since this release
  • Fixed com.mongodb.result.Cursor::first() to raise a meaningful error
    message when cursor has been forwarded
    (@thekid)
  • Added com.mongodb.result.Cursor::present() to check whether a cursor
    represents a non-empty result
    (@thekid)