We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b2201 commit bbbc500Copy full SHA for bbbc500
lib/src/main/java/io/cloudquery/scalar/Binary.java
@@ -60,6 +60,7 @@ public void set(Object value) throws ValidationException {
60
}
61
62
if (value instanceof CharSequence sequence) {
63
+ this.valid = true;
64
this.value = Base64.decodeBase64(sequence.toString());
65
return;
66
0 commit comments