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

Abort when using Int instead of Long #7

Open
fdietze opened this issue Jun 20, 2015 · 3 comments
Open

Abort when using Int instead of Long #7

fdietze opened this issue Jun 20, 2015 · 3 comments
Labels

Comments

@fdietze
Copy link
Member

fdietze commented Jun 20, 2015

No description provided.

@fdietze fdietze added the todo label Jun 24, 2015
@cornerman
Copy link
Member

what is this about?

@fdietze
Copy link
Member Author

fdietze commented Jun 29, 2015

Renesca only supports longs. Therefore no IntPropertyValue exists and properties of type int produce a compile error.

http://neo4j.com/docs/2.2.3/property-values-detailed.html

@cornerman
Copy link
Member

instead of aborting we could just translate Int properties to Long and print a warning, as a Long can represent an Int.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants