We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 264475d + 2bc70d7 commit 7a9cd40Copy full SHA for 7a9cd40
icons/.gitignore
src/main/java/org/example/directives/RowHash.java
@@ -56,7 +56,7 @@ public UsageDefinition define() {
56
@Override
57
public void initialize(Arguments args) throws DirectiveParseException {
58
this.column = ((ColumnName) args.value("column")).value();
59
- this.codec = ((Identifier) args.value("codec")).value();
+ this.codec = ((Identifier) args.value("codec")).value().toLowerCase();
60
if(!codec.equalsIgnoreCase("md5") && !codec.equalsIgnoreCase("sha1") &&
61
!codec.equalsIgnoreCase("sha256") && !codec.equalsIgnoreCase("sha384") &&
62
!codec.equalsIgnoreCase("sha512")) {
widgets/.gitignore
0 commit comments