Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

35 lines (26 loc) · 1.03 KB

0.10.1-01

  • Support for 0.10.X series of duckdb - 0.10.0 was a bad release however - do not use!!
  • Support for list datatype
  • Support for schema tables during insert-dataset!

0.8.1-13

0.8.1-12

  • Two insert issues fixed and uuid support.

0.8.1-11

  • Optimization for very large (> 128 chars) strings.

0.8.1-10

  • Fix for large strings

0.8.1-09

  • Many serious perf improvements benchmarking loading a very large dataset. System appears to be running beautifully.

0.8.1-06

  • Initial prepared statement support.

0.8.1-05

  • small perf upgrades.

0.8.1-04

  • parallelized string conversion on insert.
  • small perf upgrades to dtype-next.

0.8.1-02

  • read/write of datasets now uses the data chunk api. This is major upgrade and requires dtype 10.003 for pass/return by value support.