Value not taken into account when inserting data with YAML
Description
When using a YAML file to create insert statements for a DB table as follows the value is not taken into account. Liquibase generates a statement containing NULL values. I have tried with various quote combinations but the result is always the same. All other value types (ex. valueNumeric, valueComputed, etc.) function correctly.
When using a YAML file to create insert statements for a DB table as follows the value is not taken into account. Liquibase generates a statement containing NULL values. I have tried with various quote combinations but the result is always the same. All other value types (ex. valueNumeric, valueComputed, etc.) function correctly.