Actions
Bug #5044
closedCan't insert null record using Database Writer actor
Start date:
06/07/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5044
Description
User reports being unable to insert null record into database using Database Writer's input port -- I don't believe there's currently a way to do this. You can send x = nil, or x = "null", or x = object(null), but none work.
Thread for reference:
http://mercury.nceas.ucsb.edu/kepler/pipermail/kepler-users/2010-June/002193.html
Updated by Derik Barseghian over 14 years ago
Should be fixed in trunk at r24764.
If token is nil, now inserting null into DB. I've (only) tested this with a local hsqlb.
Updated by Derik Barseghian over 14 years ago
Corinna reports this works for her mysql DB too. Closing.
Actions