Unreleased Changes¶
Note
These changes have not yet been released.
If you are viewing this document on the Crate.io website, these changes reflect what exists on the master branch in Git. This is where we collect changes before they are ready for release.
Warning
Unreleased changes may not be ready for general use and could lead to data corruption or data loss. You should back up your data before experimenting with unreleased changes.
Table of contents
Breaking Changes¶
None
Deprecations¶
None
Fixes¶
- Fixed an issue that caused
ALTER TABLE ADD COLUMN
statements to remove constraints like analyzers orNOT NULL
from existing columns in the same table. - Allow executing
CREATE TABEL .. AS
as a regular user withDDL
permission on the target schema, andDQL
permission on the source relations. - Changed the
RowDescription
message that is sent to PostgreSQL clients to avoid that the JDBC client triggers queries againstpg_catalog
schema tables each time information from theMetaData
of aResultSet
is accessed. - Fixed
crate-node
auxiliary program to use the bundled Java runtime on Linux.