com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name ‘track_SEQ’
Getting this error after upgrading spring to 3.1.5 version & java 17 from 2.x with & java 8.
DB connection is okay and all queries are executed as expected except for repository.save() query
Added logs to capture query issue and this below query was logged
select next_val as id_val from track_SEQ for update
here I do not have a table name called as track_SEQ not sure from where it is created
Actual table name – > track