neo4j-contrib / neomodel

An Object Graph Mapper (OGM) for the Neo4j graph database.
https://neomodel.readthedocs.io
MIT License
936 stars 231 forks source link

neomodel_inspect_database does not correctly report date property #796

Closed mariusconjeaud closed 3 months ago

mariusconjeaud commented 3 months ago

Expected Behavior (Mandatory)

When using neomodel_inspect_database on a database where some nodes have a date property (not datetime), the parsed classes should have this date

Actual Behavior (Mandatory)

Created classes have : earliest_claim_date = )

How to Reproduce the Problem

Create a node in a database with a date, and run neomodel_inspect_database

Specifications (Mandatory)

Versions