Skip to content
Snippets Groups Projects
Verified Commit 83682a68 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: String IDs

parent 50ced604
No related branches found
No related tags found
2 merge requests!105Release 0.11.0,!78External IDs
Pipeline #41855 passed
...@@ -225,7 +225,7 @@ public class MySQLInsertEntityProperties extends MySQLTransaction ...@@ -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) public Deque<EntityID> registerReplacementId(final int domainCount)
throws SQLException, ConnectionException { throws SQLException, ConnectionException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment