DECIMAL
type will need to be deleted and created from scratch. Columns of this type were encoded incorrectly by beta-20160330
. #5820SELECT
statements must now specify specify one or more columns or expressions. Previously, statements such as SELECT FROM t
were allowed but the results would confuse many clients. #5859VARCHAR(n)
. #5750lib/pq
client library. #5877SELECT FROM tbl@idx
or SELECT FROM tbl@{FORCE_INDEX=idx}
instructs the query planner to use the given index. #5785 and #5806cockroach
command-line client now accepts environment variables as default values for many command-line flags. See --help
for details. #5430version()
function. #5763cockroach version
output. #5766http-port
used by the admin UI are now redirected to HTTPS.#5746/debug/
. #5795cockroach zone set
command now echos the new configuration. #5829DELETE
statements. #5840This release includes 77 merged PRs by 18 authors. We would like to thank the following contributors from the CockroachDB community, especially first-time contributor Seif Lotfy.