Oracle varchar2 value beginning with "to_date" is parsed as date value
Description
If changelog has an insert command and a value for a varchar2 field begins with "to_date" then the value is parsed as a date value. Replacing any letter in "to_date" part with the same letter but in uppercase prevents this behavior and the whole value is parsed as a string value.
Environment
Windows 10 Enterprise LTSC, Liquibase 3.8.3, Oracle client 12.1.0 64bit
If changelog has an insert command and a value for a varchar2 field begins with "to_date" then the value is parsed as a date value. Replacing any letter in "to_date" part with the same letter but in uppercase prevents this behavior and the whole value is parsed as a string value.