Solve max length or precision with Progress using Spring Batch
问题 I'm using spring batch, and I need to query data from a legacy system, which uses the progress database. However I am with this exception java.sql.SQLException: [DataDirect][OpenEdge JDBC Driver][OpenEdge] Column Ag-Obs-conf in table PUB.Agenda has value exceeding its max length or precision. I was able to partially solve this problem using a SUBSTR in the select, but I need all the data from the database. And I can not in any way change the database. Can anyone give me an idea how to solve