I\'m trying to insert an array in a table, but I need to convert the list to the SQL Array type. I\'m using the Connection#createArrayOf() method, but I\'m gett
Use "varchar" instead of "VARCHAR". See http://grepcode.com/file/repo1.maven.org/maven2/postgresql/postgresql/9.0-801.jdbc4/org/postgresql/jdbc2/TypeInfoCache.java#TypeInfoCache.0types