There are several insert sql statements which have \ in them. Originally the statements were written for manual execution from sql developer. So SET ESCAPE ; would work and the insert scripts also would be inserting the values as per expectations. While migrating to liquibase to automate the execution of sql statements the statement set escape \ is giving error in liquibase.
Have tried multiple ways to execute but nothing is working.