stonedb-5.7-v1.0.4-alpha #1920
Nliver
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release Notes for stonedb-5.7-v1.0.4-alpha
Stability:
New features
2.1. Support for update ignore syntax feature.
When updating tianmu, records with primary key conflicts will be skipped and subsequent update operations will be performed.
For example:
Executing the update ignore t1 set id=id+1; statement will ignore the update of PK=3, because the updated primary key will conflict with PK=4. Then continue to execute the update of pk=4, and the updated PK=5.
2.2 Support row format for “load data” statement.
When stonedb is used as the primary database, the load statement will be executed on the backup database in the form of “insert into”.
2.3 Support AggregatorGroupConcat function
2.4 Support using select 111 or select 111 from dual scenarios in uion/union all
Others Bug fixs
What's Changed
group_concat
function in tianmu by @RingsC in fix(tianmu): fix up thegroup_concat
function in tianmu #1852New Contributors
Full Changelog: 5.7-v1.0.3-GA...5.7-v1.0.4-alpha
This discussion was created from the release stonedb-5.7-v1.0.4-alpha.
Beta Was this translation helpful? Give feedback.
All reactions