Skip to content

Instantly share code, notes, and snippets.

@thiloplanz
thiloplanz / ArrayConverter.java
Last active July 18, 2022 08:25
Sql2o type converter to handle columns of type ARRAY. https://github.com/aaberg/sql2o/issues/199
// Written in 2015 by Thilo Planz
// To the extent possible under law, I have dedicated all copyright and related and neighboring rights
// to this software to the public domain worldwide. This software is distributed without any warranty.
// http://creativecommons.org/publicdomain/zero/1.0/
package sql2oarrays;
import java.io.InputStream;
import java.sql.Array;
import java.sql.Connection;