1.30.22.4
New Features
-
The
MultithreadedTableWriterclass now supports creating array vectors of the following types: boolean[], byte[], char[], short[], int[], long[], double[], and float[]. -
The
ThreadPooledClientclass now supports a public constructorThreadPooledClient(int threadCount)that allows the publisher to push streaming data using the connection established by the subscriber. -
The
PollingClientclass now supports a default constructorPollingClient()that allows the publisher to push streaming data using the connection established by the subscriber. -
New features for the
BasicTableclass:-
Adding duplicate columns with
addColumnis no longer allowed; -
The
replaceColumnmethod can replace a single column; -
The
replaceColNamemethod can rename a single column.
-
Improvements
-
Optimized the
DBConnectionclass:-
Renamed the parameter userID to userId in method
login; -
Renamed method
getUserIDtogetUserId.
-
Bug Fixes
- Fixed incorrect results returned by method
Appendfor BasicDecimal32Vector, BasicDecimal64Vector, and BasicDecimal128Vector types. -
Fixed an issue where calling
setNullon an instance of theBasicSymbolVectorclass without any null values would cause errors, disconnections, or exceptions when later retrieving data.
