- Support insert multiple rows into a table using a single SQL insert statement. #398
- Support aggregation function, e.g.
COUNT
,SUM
,MIN
,MAX
,AVG
, over the whole table #219 - Enhance plan optimization on
GROUP
andFILTER
op #350 - Refactor status code and status macro. Save first message (root message) in
status.msg
. #430
- Fix plan error triggered by optimize the same plan node repeatedly. #437
0.2.3 - 2021-08-31
- Data importer support bulk load #250
- Support parameterized query under BatchMode #262, #168
- Support Hive metastore and Iceberg tables for offline #245, #146
- Integrated with Trino #254
- Support global SortBy node for offline #296
- Fix end2end offline tests for the same SQL #300
desc
do not display the value of ttl after adding index#156
0.2.2 - 2021-08-08
- Add
VARCHAR
Type #237
- Fix invalid back qoute identifier name #263 can't write as multiple path style (e.g a.b) now
- InsertPreparedStatement set month by mistake when use Date type #200
OPTIONS
can't write as multiple path style (e.g a.b) now
0.2.0 - 2021-07-22
- Refactor front-end using zetasql. Thus OpenMLDB can support more SQL syntaxs and provide friendly syntax error message.
- Better code style and comment
- Add APIServer module. User can use Rest API access OpenMLDB.#48
Changed
Removed
- openmldb-0.2.0-linux.tar.gz targets on x86_64
- aarch64 artifacts consider experimental