From 1eaba4475b929d3d8a84212eed1e5c3f5ccb0ca2 Mon Sep 17 00:00:00 2001 From: "Brian S. O'Neill" Date: Fri, 15 Dec 2006 04:47:19 +0000 Subject: When a property evolves from a boxed primitive to an unboxed primitive, null is converted to zero or false instead of throwing a NullPointerException. --- RELEASE-NOTES.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASE-NOTES.txt') diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 7fbc6a1..423b3ca 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -5,6 +5,8 @@ Carbonado change history ------------------------------- - Removed call to get index metadata in JDBC repository. Oracle bug causes a table analyze to run. +- When a property evolves from a boxed primitive to an unboxed primitive, null + is converted to zero or false instead of throwing a NullPointerException. 1.1-BETA6 to 1.1-BETA7 ------------------------------- -- cgit v1.2.3