escapeProcessing not working for packages executed using sqlFile

Hi 


I have an exisiting SQL file that create a package and some functions.

I am executing this using tag.

in the SQL, there is an instance where we call a function with xml content as string…


ex:

Hope my information helps to solve the problem…





If you are seeing the change in updateSQL that means something in liquibase is converting it. It appears to be working for me in the code for the upcoming 3.2.0 version I’m testing with, I think it may have been fixed by some general parser changes I made.


Nathan