Re: Problem with inserting database from camel-context.xml
Hi The SQL component does not support providing types in the # placeholders. You would need to convert the data before. Or you can take a look at using for example the camel-mybatis component. Although we could look at improving the sql component so you can provide the type Maybe something like
Problem with inserting database from camel-context.xml
hi good day, I'm new to all this. i have the following ${body[0]} .. .. which works correctly when fields of my database are TEXT, but if I have a field, for example, ID int, not performing insert,