You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CockroachDB
What's new in CockroachDB beta-20160526
May 26, 2016
Backwards-Incompatible Changes
Numeric literals containing a decimal point are now treated as type DECIMALinstead of type FLOAT, unless type inference determines that FLOAT should be used. In some cases, an explicit CAST(x AS FLOAT) may be needed. #6752
The custom error codes CR000 (indicating a transaction needs to be retried) andCR001 (indicating a transaction is in an invalid state) have been replaced with the PostgreSQL standard error codes 40001 (serialization failure) and 25000 (invalid transaction state), respectively. #6797
Bug Fixes
Fixed problems when tables are renamed or dropped and recreated in rapid succession. #6595