-
Oct 14th, 2010, 05:10 AM
#1
JdbcJobInstanceDao
Is there any particular reason why the JdbcJobInstanceDao doesn't write nulls to the parameter columns not in use in the insertParameter method when writing them to the BATCH_JOB_PARAMS database table?
I've had to write a customised version for our DB setup and I'm using the same table structure, just wondering if I can write nulls rather than default values or if there's a gotcha waiting for me further down the line.
Thanks!
Last edited by KristanM; Oct 14th, 2010 at 05:11 AM.
Reason: Added tablename
-
Oct 16th, 2010, 10:09 AM
#2
I think it's a platform thing: one or more of the platforms we supports doesn't like the nulls. I forget the detail, but I'm pretty sure we used to insert nulls and someone complained - you can't please all of the people all of the time.
-
Oct 18th, 2010, 03:05 AM
#3
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules