Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Latest commit

 

History

History
68 lines (34 loc) · 3.27 KB

CHANGELOG.md

File metadata and controls

68 lines (34 loc) · 3.27 KB

Changelog

0.7.0 (2022-11-14)

Features

0.6.0 (2022-11-13)

Features

  • add Vector#get_data_as_slice (a2499a3)

Bug Fixes

  • Vector::get_data should return a pointer of type T (ef6219a)

0.5.0 (2022-11-10)

Features

Bug Fixes

  • LogicalType::new_union_type (4ed2a37)

0.4.1 (2022-11-09)

Bug Fixes

  • correct LogicalTypeId enum name (9dbebbb)

0.4.0 (2022-11-09)

Features

  • add basic map support (fc734aa)
  • add missing functions to BindInfo (c8e7afe)
  • add missing functions to FunctionInfo (468cbad)
  • add missing functions to InitInfo (d978d6f)
  • add missing functions to LogicalType (9136cdd)
  • add missing functions to TableFunction (cb72f2a)

0.3.0 (2022-10-20)

Features

0.2.0 (2022-10-19)

Features

  • add ability to create new database instances (495c9dd)