Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_by_id broken #21

Open
bensonml opened this issue Jan 22, 2021 · 0 comments
Open

get_by_id broken #21

bensonml opened this issue Jan 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@bensonml
Copy link
Contributor

object.nanoid not yet implemented (it is implemented in branch feat/nanoidvsid)

object_map.get_by_id() is broken

  • using Neo4j identifier id is not stable, lookups should use nanoid instead
  • function- doesn't work if called on an instance or class
bento_meta.object_map.get_by_id('wze6rN')
n = bento_meta.object.Node()
n.get_by_id('wze6rN')
@majensen majensen added the enhancement New feature or request label Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants