Skip to content

v0.3.0

Compare
Choose a tag to compare
@invokermain invokermain released this 17 Feb 09:32
· 12 commits to main since this release
188bad8

[0.3.0] - 2022-02-17
Added

  • Added support for multiple result sets, you can move between result sets using the new next_set() and previous_set() methods on DatabaseResult.
  • DatabaseResult class also has a new attribute set_count to tell you how many result sets the query returned.
  • DatabaseResult.to_json() now has an optional with_columns parameter.
  • Added some missing doc strings.