Skip to content

v0.31.0

Choose a tag to compare

@cofin cofin released this 25 Nov 14:47
· 12 commits to main since this release

What's Changed

  • docs: usage drivers and querying examples by @euri10 in #239
  • fix: simplify get_next function by using anext for 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_row return False incorrectly by @cofin in #263
  • fix: correctly map execute_many parameters 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