Skip to content

Commit 541e234

Browse files
chore: update CHANGELOG.md
1 parent cf375aa commit 541e234

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
### Features
44

55
1. [#200](https://github.com/InfluxCommunity/influxdb3-java/pull/200): Respect iox::column_type::field metadata when
6-
mapping query results into values
6+
mapping query results into values.
7+
- iox::column_type::field::integer: => Long
8+
- iox::column_type::field::uinteger: => Long
9+
- iox::column_type::field::float: => Double
10+
- iox::column_type::field::string: => String
11+
- iox::column_type::field::boolean: => Boolean
712

813
## 0.9.0 [2024-08-12]
914

0 commit comments

Comments
 (0)