Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 794 Bytes

LATEST_CHANGE.md

File metadata and controls

8 lines (7 loc) · 794 Bytes

Bug Fixes

  • Query: Fix First/Last with conditions fail. (#142)
  • Query: Fix First/Last on splitted database. (#136)
  • Query: Throws exception on List.Count instead of wrong query. (#138)
  • Query: Fix multi thread call issues. (#133)
  • FindManyAsync: Filters out null results. (#141) Thanks AlexandrSHad
  • Continuous Changes: Fix multi thread issues. (#140)