자율 학습/에러 해결

[iBatis] 에러 PSQLException: The column index is out of range: 4, number of columns: 3

2022. 12. 22. 11:18

PSQLException: The column index is out of range: 4, number of columns: 3

 

 

select태그 안에 /**/ 으로 주석처리 한 쿼리를 두었더니 해당 에러가 발생했다.

모델 콘솔에서는 API 07007 코드 알림창이 떴다. (이 에러 코드는 보통 xml 파일에서 기인한 오류 때 뜨게 되는 것 같다.)

 

 

주석처리 했던 쿼리들을 지워주면 해결된다.

 

 

참고:

https://dogcowking.tistory.com/455