Mention deprecated blob-string syntax in 2.0 NEWS.txt

This commit is contained in:
Aleksey Yeschenko 2013-04-30 22:17:49 +03:00
parent 56237c9164
commit 526f98f1fa
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ Upgrading
- ASSUME command has been removed from cqlsh. Use CQL3 blobAsType() and
typeAsBlob() conversion functions instead.
See https://cassandra.apache.org/doc/cql3/CQL.html#blobFun for details.
- Inputing blobs as string constants is now fully deprecated in
favor of blob constants. Make sure to update your applications to use
the new syntax while you are still on 1.2 (which supports both string
and blob constants for blob input) before upgrading to 2.0.
Operations
----------