v0.31.0
What's Changed
- docs: usage drivers and querying examples by @euri10 in #239
- fix: simplify
get_nextfunction by usinganextfor async iteration by @cofin in #257 - docs: the doctree is collapsed by @euri10 in #256
- fix: update example tests to use unique table names for isolation by @cofin in #259
- fix: avoid duckdb locks in testing docs by @euri10 in #261
- fix:
returns_rowreturnFalseincorrectly by @cofin in #263 - fix: correctly map
execute_manyparameters for all drivers by @cofin in #264 - feat: topological sorting and foreign key retrieval enhancements by @cofin in #260
- docs: usage cli tests by @euri10 in #252
- fix(query builder): correct edge cases and typing of query builder by @euri10 in #250
- docs: test usage migrations by @euri10 in #265
Full Changelog: v0.30.2...v0.31.0