GetString now returns the foreign key for node properties.
linking to something other than the primary key is probably (still) broken.
This commit is contained in:
parent
157f7bba7f
commit
f9386a2286
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ public final class Property implements IProperty, Serializable, Cloneable {
|
|||
case FLOAT:
|
||||
return Double.toString (dvalue);
|
||||
case NODE:
|
||||
return nhandle.toString ();
|
||||
return nhandle.getID ();
|
||||
case JAVAOBJECT:
|
||||
return jvalue.toString ();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue