You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.
Currently, the ogonori LinkMap implementation - for both reading (deserializing) and writing (serialization) only support string keys. The map is of the form:
Modify ogonori to support this. This will primarily involve changing obinary/binserde.go - the readLinkMap and writeLinkMap methods, and then updating the client.go functional test. Other parts may need to change as well.
The text was updated successfully, but these errors were encountered:
Currently, the ogonori LinkMap implementation - for both reading (deserializing) and writing (serialization) only support string keys. The map is of the form:
However, according to the OrientDB schemaless serialization docs (http://orientdb.com/docs/last/orientdb.wiki/Record-Schemaless-Binary-Serialization.html), the key for a LinkMap is allowed to be:
Modify ogonori to support this. This will primarily involve changing obinary/binserde.go - the
readLinkMap
andwriteLinkMap
methods, and then updating the client.go functional test. Other parts may need to change as well.The text was updated successfully, but these errors were encountered: