in line 1937 should be:
private static final String PG_DOUBLE = "float8";
instead of ... = "double".
Otherwise QueryExecutor.execute() throwsjava.sql.SQLException: ERROR: Type "double" does not exist
regards,Harald.