Jul 27, 2017
Get future release notes emailed to you:
Downloads
SQL Language Changes
ROLLBACK TO SAVEPOINT
is now accepted at any time. #16932
Bug Fixes
- Fixed a race condition that could lead to serializability violations when requests race with a lease transfer. #17141
CREATE TABLE AS SELECT
now handles values of typeBOOL
. #17092- Fixed handling of columns names containing special characters in
SHOW CREATE TABLE
,CREATE VIEW
, andCREATE TABLE AS SELECT
. #16783 - Fixed issues with diagnostic reporting. #17085
- Fixed a panic with
--vmodule=plan=3
or--verbosity=3
. #17093
Doc Updates
- Improved code samples for building a Rust app with CockroachDB. #1746
- Improved documentation for secure Docker Swarm deployments. #1735
- Fixed links to Google Cloud Platform documentation in deployment docs. #1744