org.postgresql.util.PSQLException: ERROR: invalid input syntax for integer: “”

Recently I was working on a project where I faced an issue. A column in a GUI was sorting properly for sometime but stopped working suddenly one day. Let us start debugging the issue. Exception org.postgresql.util.PSQLException: ERROR: invalid input syntax for integer: “” Problem Code So we starting looking at the code and found a query … Read more