Open snoe opened 7 years ago
@snoe Sorry about the inordinate late reply. Have you actually run into an issue with setting a default value with this EDN parser? The implementation that you refer to is adapted from Liquibase YAML parser where it does not set the defaultValue
.
It looks like the plain "defaultValue" option used for strings isn't being applied in here:
https://github.com/kumarshantanu/liquibase-edn/blob/master/src/main/java/liquibase/ext/edn/AbstractMapChangeLogParser.java#L164-L174