In Blob.getBytes(long position, int length) position is an offset

Kris Jurka <books@ejurka.com>

Commit: 43418e8702ac3d900725e17931691911031c7b66
Author: Kris Jurka <books@ejurka.com>
Date: 2005-05-08T23:16:58Z
Releases: 7.4.8
In Blob.getBytes(long position, int length) position is an offset
starting at 1, not zero as the driver was previously doing.

Thanks to Emmanuel Bernard for the report.

Files