Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@craftzdog craftzdog released this 12 Apr 03:01
· 147 commits to master since this release
  • perf(ios): Run query in background thread to avoid blocking UI thread
  • perf(android): Run query in background thread
  • fix(android): Handle REAL datatype correctly #31 (Thanks @chrmod)
  • fix(android): Fix "Null" Strings in Android for INSERT and UPDATE statements. #27 (Thanks @Ayiga)
  • fix(ios): Fix warning due to no requiresMainQueueSetup
  • docs(readme): Fix installation instruction for Android #25 (Thanks @yairopro)