From 1a356da6e005c39239b0512598c96d7a54bcf359 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sun, 30 Mar 2025 11:17:27 +0200 Subject: [PATCH] Trigger Rebuild --- CommonCore/SQL/src/de/steamwar/sql/NodeData.java | 1 - 1 file changed, 1 deletion(-) diff --git a/CommonCore/SQL/src/de/steamwar/sql/NodeData.java b/CommonCore/SQL/src/de/steamwar/sql/NodeData.java index a8d7c099..08179979 100644 --- a/CommonCore/SQL/src/de/steamwar/sql/NodeData.java +++ b/CommonCore/SQL/src/de/steamwar/sql/NodeData.java @@ -30,7 +30,6 @@ import java.util.zip.GZIPInputStream; @AllArgsConstructor @Getter public class NodeData { - static { new SqlTypeMapper<>(PipedInputStream.class, "BLOB", (rs, identifier) -> { throw new SecurityException("PipedInputStream is write only datatype"); }, PreparedStatement::setBinaryStream); new SqlTypeMapper<>(ByteArrayInputStream.class, "BLOB", (rs, identifier) -> { throw new SecurityException("ByteArrayInputStream is write only datatype"); }, PreparedStatement::setBinaryStream);