diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2006-12-15 04:47:19 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2006-12-15 04:47:19 +0000 |
commit | 1eaba4475b929d3d8a84212eed1e5c3f5ccb0ca2 (patch) | |
tree | 923e1971fa13d6d0de8085c632243d0893fe2c78 /RELEASE-NOTES.txt | |
parent | adb4710f51589b0ef019d7720a30fadae41c8cb6 (diff) |
When a property evolves from a boxed primitive to an unboxed primitive, null is converted to zero or false instead of throwing a NullPointerException.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r-- | RELEASE-NOTES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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
-------------------------------
|