Thanks, Dave. Upgrading is on the radar anyway.
Type: Posts; User: KGSodie; Keyword(s):
Thanks, Dave. Upgrading is on the radar anyway.
I have found a 'workaround' for this, though I haven't tracked it down yet in the documentation or in the source code.
The part of the WHERE clause being added by springbatch, 'AND sortkey > ?'...
I'm trying to set up a batch job using JdbcPagingItemReader connected to DB2. The sort key column I configure is of type TIMESTAMP. The initial pagesize worth of rows is fed into my ItemProcessor...
I have noticed this problem as well, but it appears using the DelimitedLineTokenizer.DELIMITER_TAB value as the delimiter works. In a config file, then, it looks something like this:
...