SQLContentProperty.setValue gets the stream from a blob but this stream is never closed.
This is a problem for people creating blobs from files on windows, when the files have to be deleted afterwards. Also, it leaks file descriptors.
SQLContentProperty.setValue gets the stream from a blob but this stream is never closed.
This is a problem for people creating blobs from files on windows, when the files have to be deleted afterwards. Also, it leaks file descriptors.