databinder-3 bind auth cookie to ip address
databinder-4 databinder dispatch script should respond to 'stop'
databinder-5 databinder dispatch plain HTTP
databinder-6 Access to QueryPanel
databinder-7 auth components need localizable strings
databinder-8 blob size validation
databinder-9 buildr plugin
databinder-10 DataApplication initialization
databinder-11 please reconsider IDataApplication.isDataBrowserAllowed()
databinder-12 Add target directory to svn.ignore
databinder-15 remove button for IterableEntityView
databinder-16 DataServer path-finding problems
databinder-17 DataBinder-AO hard-codes property names
databinder-18 NPE trying to sign in as non-existent user
databinder-20 [ActiveObjects] Passing Null Values to DBParam
Created by: daniel
on: 4/15/08
Updated by: nathan
on: 4/25/08
Assigned to:

https://activeobjects.dev.java.net/issues/show_bug.cgi?id=26

At the moment, there are certain cases where Databinder will pass null values to DBParam in ActiveObjects. This is fine according to the AO spec, but unfortunately there is a bug in 0.8 which causes this sort of thing to fail with NPE. (see linked issue) The fix is implemented for 0.9 but may or may not go out as a bugfix to the 0.8 stream. I’m assuming this is a fairly simple thing to avoid, so it’s worth being aware of in case AO 0.9 doesn’t come out before 1.2 goes gold.

databinder-21 TextileLabel Fails to Render Valid Markup
databinder-22 [DataStaticService] ensureSession disregards key
databinder-23 arrows in baseball ex
databinder-24 rollbacks should warn
databinder-25 graffiti bad query

Enter new issue

[databinder-20] [ActiveObjects] Passing Null Values to DBParam edit

Comments

Okay I added a check so for null values it will just not add them to the map on create.