Fixes #354 by breaking large delete statements into smaller ones. This means that the error: Tried to send an out-of-range integer as a 2-byte value doesn't get thrown and the database connection doesn't get closed. Some details here: https://github.com/pgjdbc/pgjdbc/issues/1311.
Fixes #354 by breaking large delete statements into smaller ones. This means that the error:
Tried to send an out-of-range integer as a 2-byte value
doesn't get thrown and the database connection doesn't get closed. Some details here: https://github.com/pgjdbc/pgjdbc/issues/1311.