Hello,
I am trying to use neo4j on heroku. Unfortunately, I am forced to use older
version of neo4j - 1.8.1.
The node that is getting created seem to have the following structure:
2013-12-23T05:40:40.805468+00:00 app[web.1]: { name: 'Test',
2013-12-23T05:40:40.805468+00:00 app[web.1]: last_upd:
'2013-12-23T05:40:40.794Z',
2013-12-23T05:40:40.805468+00:00 app[web.1]: cr_date:
'2013-12-23T05:40:40.794Z',
2013-12-23T05:40:40.805468+00:00 app[web.1]: type: 'test_category,
2013-12-23T05:40:40.805468+00:00 app[web.1]: _id: 25 }
However, the same call on a later version (on my localhost) has
{ name: 'Test',
last_upd: '2013-12-23T02:02:55.949Z',
cr_date: '2013-12-23T02:02:55.949Z',
type: 'test_category' },
id: '1' }
As we can see, the id is _id on 1.8.1 version and just id on later
versions. Is this a known issue? What are my options here?
- Shekar
--
You received this message because you are subscribed to the Google Groups
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.