Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Neo4j: Date properties are stored as Strings #52

Closed
aldrinm opened this issue Jun 1, 2012 · 0 comments
Closed

Neo4j: Date properties are stored as Strings #52

aldrinm opened this issue Jun 1, 2012 · 0 comments
Labels

Comments

@aldrinm
Copy link

aldrinm commented Jun 1, 2012

Properties with Date data type should be persisted as primitive longs rather than Strings.

They are converted to millisecs and stored and converted to and from from the datastore perfectly. However, they are stored as strings rather than a primitive long. It would be better if they are stored as longs - this would permit date comparison and calculations from cypher queries.

yamkazu pushed a commit to yamkazu/grails-data-mapping that referenced this issue Mar 1, 2015
GRAILS-11904 Support for ids of type java.util.UUID in grails-datastore-simple (3.x backport)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants