Hi

If SQL_ROW_COUNT header is already set, 
SQL Component cannot change SQL_ROW_COUNT header value.

from("direct:test")
.setHeader(SqlConstants.SQL_ROW_COUNT).constant(100000)
.to("sql:SELECT * FROM user WHERE FALSE") 
.filter(header(SqlConstants.SQL_ROW_COUNT).isEqualTo(100000))
.to("log:NG");






--
View this message in context: 
http://camel.465427.n5.nabble.com/bug-sql-SQL-Component-cannot-change-SQL-ROW-COUNT-header-value-tp5744350.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to