mirror of https://github.com/apache/cassandra
Mention deprecated blob-string syntax in 2.0 NEWS.txt
This commit is contained in:
parent
56237c9164
commit
526f98f1fa
4
NEWS.txt
4
NEWS.txt
|
|
@ -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
|
||||
----------
|
||||
|
|
|
|||
Loading…
Reference in New Issue