Skip to content

Releases: juanchinovas/nativescript-sqlite-access

v1.1.0

17 Apr 00:14
Compare
Choose a tag to compare
  • ExtendedPromise renamed to QueryProcessor
  • map and reduce functions were removed from QueryProcessor.
  • asGenerator NEW function on QueryProcessor allow you to read rows one by one from the db and pass in a row transformer function
  • process function allow you to transform or reduce the result.
  • Android and iOS minor fixes.
  • new upsert function too update/insert rows

v1.0.81

26 Feb 17:50
Compare
Choose a tag to compare
  • Fixes the wrong import file in the index file.
  • parameter reduceFn was remove from select function.
  • select and query function return a ExtendedPromise that let you add a map or reduce function to each matched rows.