kumarshantanu / liquibase-edn

EDN changelog parser for Liquibase
0 stars 0 forks source link

default-value not applied #1

Open snoe opened 7 years ago

snoe commented 7 years ago

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

kumarshantanu commented 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.