Tsurugi 1.0.0 - Release Notes (en) #98
akirakw
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1.0.0 Release Notes
Overview
We are happy to release Tsurugi 1.0.0, our first official release version.
This version includes many new SQL features, similar to the previous version, as well as experimental support for transaction log compression while the database is running and fixes for critical issues related to transaction logs.
New Features and Improvements
SQL
LIMIT
clauseORDER BY
clause, and resolved some out-of-spec behaviors.GENERATED ... AS IDENTITY
)UNION ALL
UNION DISTINCT
EXCEPT DISTINCT
INTERSECT DISTINCT
CASE
expressionsCASE
expressions.NULLIF
functionCOALESCE
functionDEFAULT VALUES
clause inINSERT
statementsBINARY
andVARBINARY
types via the dump API and thetgdump
commandTransaction
tglogutil-compaction
command, this version introduces the ability to compress transaction logs while the database is running.Endpoint
CLI
tgctl
command usingtgctl --help
.For details on SQL features, refer to Available SQL features in Tsurugi.
Bug Fixes
SQL
CHAR
andVARCHAR
types to shorter lengths could leave invalid values at the end.octet_length
function could cause abnormal termination.OR
operators could cause abnormal termination.SELECT COUNT(DISTINCT <column_name>)
onCHAR
/BINARY
/VARCHAR
/VARBINARY
columns containing data longer than 16 bytes could result in incorrect results.OUTER JOIN
under certain conditions.Transaction
DROP TABLE
on a table with existing data could leave undeletable log information.Endpoint
Known Issues
For known issues in this version and supplementary information on issues fixed in this version, refer to the following link.
Others
For a list of changes in this version, refer to the following Changelog.
For upgrade instructions from previous versions, refer to the following document.
Beta Was this translation helpful? Give feedback.
All reactions