v0.0.3
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, useexecutableQueryWithNativeCursor
. You can adjust the fetch size.- Fix negative identifier
Thanks
Many thanks to @nomisRev for helpful test cases, issues and contributions.
What's Changed
- Remove wrong plugin repos by @hfhbd in #77
- Bump idea to 222.4345.24 by @hfhbd in #79
- Remove classpath from lexer by @hfhbd in #81
- Add libpq to Readme by @hfhbd in #84
- Add Contributing by @hfhbd in #85
- CI: Fix test failure paths by @hfhbd in #89
- Fix negative identifier in cursor by @hfhbd in #86
- Fix INSERT RETURNING by @hfhbd in #88
Full Changelog: v0.0.2...v0.0.3