Skip to content

Oddity with dates and property key naming #2447

Answered by joeapearson
joeapearson asked this question in Q&A
Discussion options

You must be logged in to vote

I managed to solve it myself, as expected was my mistake.

It turns out that I had previously created some vertex properties using created_at with a string, which had the side effect of creating a schema. Any subsequent calls cast the date into a string.

It seems like the best way of avoiding this would have been to set up my schema in advance as recommended in the docs (the only reason I didn't do this is because I'm playing around at this point)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by li-boxuan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant