Skip to content

Fetch results fixes

Compare
Choose a tag to compare
@kriszyp kriszyp released this 23 Mar 13:23
· 8 commits to 1.0 since this release

Several fixes for ensuring fetch results are returned in the correct form:

  • Trackable fetch() results should now properly preserve totalLength, issue #97 7064a1c, 380e1eb
  • Properly return query results, with totalLength as a promise, from DstoreAdapter regardless of options provided fd3d734
  • Ensuring that add/put return a promise for read-only master stores 9a4a777

Thanks to @kfranqueiro and @edhager for help with these issues.