While using code similar to this example DELETE:
-- :name delete-character-by-id :! :n
delete from characters where id = :id
I'm getting this error:
org.postgresql.util.PSQLException: No results were returned by the query.
PgPreparedStatement.java:107 org.postgresql.jdbc.PgPreparedStatement.executeQuery