title | toc | summary |
---|---|---|
What's New in beta-20160602 |
false |
Additions and changes in CockroachDB version beta-20160602. |
Get future release notes emailed to you:
<script>
hbspt.forms.create({
css: '',
cssClass: 'install-form',
portalId: '1753393',
formId: '39686297-81d2-45e7-a73f-55a596a8d5ff',
formInstanceId: 1,
target: '.install-form-1'
});
</script>
- String literals can now be parsed as
DATE
,TIMESTAMP
,TIMESTAMPTZ
, orINTERVAL
without an explicit cast. #6925 - Floor division is now supported with a new operator,
//
. #6642 - Sub-queries are now allowed in
LIMIT
,OFFSET
, andRETURNING
expressions. #6735
- Fixed a missing error check that could result in inconsistencies when transactions conflict. #6899
- Improved performance of one-phase transactions. #6857, #6861
- Improved the ability of
MIN()
andMAX()
functions to detect the ordering of the data and read only a single row. #6891
- Added a tutorial on building an Application with CockroachDB and SQLAlchemy
- Added docs on how CockroachDB handles
NULL
values in various contexts. #333 - Improved guidance on Contributing to CockroachDB docs. #344
- Improved zone configuration examples. #327
This release includes 55 merged PRs by 18 authors. We would like to thank the following contributors from the CockroachDB community, especially first-time contributors, Sean Loiselle and Thonakom Sangnetra:
- Sean Loiselle
- Thanakom Sangnetra
- Paul Steffensen