ViitasaariVille

Results 1 comments of ViitasaariVille

This seems to work for blobs for me. I.e. adding: `def _to_binary_stream(rs, col): java_val = rs.getObject(col) if java_val is None: return return getattr(java_val, 'getBinaryStream')()` and then under _DEFAULT_CONVERTERS: `'BLOB': _to_binary_stream`