Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@bednar bednar released this 22 Jan 13:56
· 6 commits to main since this release

Features

  1. #491: Respect iox::column_type::field metadata when
    mapping query results into values.
    • iox::column_type::field::integer: => number
    • iox::column_type::field::uinteger: => number
    • iox::column_type::field::float: => number
    • iox::column_type::field::string: => string
    • iox::column_type::field::boolean: => boolean