Skip to content

Release 0.16.7

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 06:11
· 4 commits to a3d7b616fc47ca4d97949b46db337e565bbbb40e since this release

Bugfixes

  • Fixed a bug in VariableLengthCursor that could lead to null values in filled columns for certain edge cases.
  • Fixes a bug in in the naming of the InnerProductDistance
  • Fixes an issue in selectivity calculation, that could lead to indexes being ignored for IN queries.
  • Fixes an issue that prevented transactions from being aborted when something went wrong during the preparation stage.

Thanks @lucaro and @faberf for reporting issues.