Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Initial support for Neo4j v4.0 #363

Merged
merged 5 commits into from
Dec 18, 2019
Merged

Initial support for Neo4j v4.0 #363

merged 5 commits into from
Dec 18, 2019

Conversation

johnymontana
Copy link
Contributor

This PR adds support and testing for Neo4j v4.0.

NOTE: The Neo4j v4.0 multi-database functionality is not yet directly exposed via neo4j-graphql.js, instead only the default database is used. Exposing multi-database via neo4j-graphql.js will be addressed in an upcoming release.

For historical reasons we copy the graph.db directory for the
test database instead of using neo4j-admin load. This workaround
ensures the test database will start when databases are loaded
this way. This is a temporary workaround and the test database
will be loaded via a Cypher script in the future.
It seems Neo4j v4.0 requires an explicit cast to integer for
parameters used with SKIP and LIMIT.
@johnymontana johnymontana merged commit bbd705f into master Dec 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant