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.
1 parent 776a1f0 commit 31118f2Copy full SHA for 31118f2
driver/src/main/java/org/neo4j/driver/internal/InternalEntity.java
@@ -32,7 +32,8 @@
32
33
public abstract class InternalEntity implements Entity, AsValue
34
{
35
- public static final String INVALID_ID_ERROR = "Numeric id is not available, please use string based element id alternative";
+ public static final String INVALID_ID_ERROR =
36
+ "Numeric id is not available with this server deployment, please use the new string based element id alternative";
37
38
private final long id;
39
private final String elementId;
0 commit comments