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
I'm not certain if this should be filed under a bug report or not, or even if this repo is the appropriate place to have the conversation.
The Python ArangoClient supports customizing JSON serialization, but phenolrs apparently does not. As this backend uses both, any custom serialization logic applied during CRUD operations on the graph are lost when (e.g.) NodeDict._fetch_all() happens and reloads the data in bulk.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not certain if this should be filed under a bug report or not, or even if this repo is the appropriate place to have the conversation.
The Python
ArangoClient
supports customizing JSON serialization, butphenolrs
apparently does not. As this backend uses both, any custom serialization logic applied during CRUD operations on the graph are lost when (e.g.)NodeDict._fetch_all()
happens and reloads the data in bulk.Beta Was this translation helpful? Give feedback.
All reactions