Skip to content

v0.0.3

Choose a tag to compare

@hfhbd hfhbd released this 18 Oct 10:24
· 218 commits to main since this release
94cba2b

Main changes

  • executableQuery (and so sqldelight) does not use a cursor anymore. Instead, all results are fetched at once. If you need a cursor to consume the results lazily, use executableQueryWithNativeCursor. You can adjust the fetch size.
  • Fix negative identifier

Thanks

Many thanks to @nomisRev for helpful test cases, issues and contributions.

What's Changed

Full Changelog: v0.0.2...v0.0.3