Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.18.0
-
Component/s: camel-elsql
-
Labels:None
-
Estimated Complexity:Novice
Description
Camel ElSql should store number of rows updated for update operation into CamelSqlUpdateCount header.
Route:
<route> <from uri="direct:updateLicense"/> <to uri="elsql:updateLicense"/> <to uri="mock:updateLicense"/> </route>
ElSQL
@NAME(updateLicense)
UPDATE projects
SET license = :lic
WHERE id = :id