Skip to content

1.5.0

Compare
Choose a tag to compare
@cberner cberner released this 15 Jan 22:30
· 71 commits to master since this release
  • Export TableStats type
  • Export MutInPlaceValue which allows custom types to support insert_reserve()
  • Add untyped table API which allows metadata, such as table stats, to be retrieved for at table
    without knowing its type at compile time
  • Fix compilation on uncommon platforms (those other than Unix and Windows)