Skip to content
Snippets Groups Projects

Release 0.11.0

Merged Henrik tom Wörden requested to merge release-0.11.0 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -225,7 +225,7 @@ public class MySQLInsertEntityProperties extends MySQLTransaction
}
}
public static final String STMT_REGISTER_SUBDOMAIN = "call registerSubdomain(?)";
public static final String STMT_REGISTER_SUBDOMAIN = "call registerReplacementIds(?)";
public Deque<EntityID> registerReplacementId(final int domainCount)
throws SQLException, ConnectionException {
Loading