Fix nested nullable objects to generate correct JDBC bind parameters

We accidentally incremented the current column index while in the
"if nested object is null" block of bindOneInsert and bindOneDelete.
This caused the positional parameters to get offset throughout the
rest of the entity, binding more values than placeholders in the
SQL query.

Signed-off-by: Shawn O. Pearce <sop@google.com>
2 files changed