Statement: org.hsqldb.jdbc.JDBCPreparedStatement@4ead7f15[sql=[SELECT * FROM NTTEAM WHERE HRF_ID=?], parameters=[[null]]] java.sql.SQLSyntaxErrorException ...
Expected behavior and actual behavior: I expect to be able to use at least empty arrays when inserting into a Postgres table that has columns of eg. TEXT [] NOT NULL type. (Almost can't believe I'm ...