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

The query used a deprecated function: id. #511

Open
TWiStErRob opened this issue Jul 27, 2023 · 0 comments
Open

The query used a deprecated function: id. #511

TWiStErRob opened this issue Jul 27, 2023 · 0 comments
Labels
in:neo4j In Database / Neo4j / OGM related code is:bug Something isn't working

Comments

@TWiStErRob
Copy link
Owner

2023-07-27T03:12:57,539 INFO  [main] net.twisterrob.cinema.cineworld.sync.Main(Main.kt:23) Syncing: MainParameters(isSyncCinemas=true, isSyncFilms=true, isSyncPerformances=true, fromFolder=/home/runner/work/net.twisterrob.cinema/net.twisterrob.cinema/Heroku/backend/sync/test)
2023-07-27T03:12:58,747 INFO  [main] org.neo4j.driver.internal.DriverFactory(Slf4jLogger.java:41) Routing driver instance 693434027 created for server address 8472c952.databases.neo4j.io:7687
2023-07-27T03:13:01,039 INFO  [main] net.twisterrob.cinema.cineworld.sync.CinemaSync(CinemaSync.kt:24) Inserting 0 new, updating 102 existing (0 restored), deleting 0 existing (4 already deleted) Cinemas for 2023-07-27T03:12:58.527998213Z.
2023-07-27T03:13:01,971 WARN  [main] org.neo4j.ogm.drivers.bolt.response.BoltResponse(BoltResponse.java:116) Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
	UNWIND $rows as row MATCH (n) WHERE ID(n)=row.nodeId SET n:`Cinema` SET n += row.props RETURN row.nodeId as ref, ID(n) as id, $type as type
	                                    ^
The query used a deprecated function: `id`.
2023-07-27T03:13:01,972 WARN  [main] org.neo4j.ogm.drivers.bolt.response.BoltResponse(BoltResponse.java:116) Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
	UNWIND $rows as row MATCH (n) WHERE ID(n)=row.nodeId SET n:`Cinema` SET n += row.props RETURN row.nodeId as ref, ID(n) as id, $type as type
	                                                                                                                 ^
The query used a deprecated function: `id`.
2023-07-27T03:13:03,160 INFO  [main] net.twisterrob.cinema.cineworld.sync.FilmSync(FilmSync.kt:24) Inserting 0 new, updating 0 existing (20 restored), deleting 20 existing (376 already deleted) Films for 2023-07-27T03:13:02.198244923Z.
2023-07-27T03:13:03,794 WARN  [main] org.neo4j.ogm.drivers.bolt.response.BoltResponse(BoltResponse.java:116) Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
	UNWIND $rows as row MATCH (n) WHERE ID(n)=row.nodeId SET n:`Film` SET n += row.props RETURN row.nodeId as ref, ID(n) as id, $type as type
	                                    ^
The query used a deprecated function: `id`.
2023-07-27T03:13:03,794 WARN  [main] org.neo4j.ogm.drivers.bolt.response.BoltResponse(BoltResponse.java:116) Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
	UNWIND $rows as row MATCH (n) WHERE ID(n)=row.nodeId SET n:`Film` SET n += row.props RETURN row.nodeId as ref, ID(n) as id, $type as type
	                                                                                                               ^
The query used a deprecated function: `id`.
2023-07-27T03:13:08,495 WARN  [main] org.neo4j.ogm.drivers.bolt.response.BoltResponse(BoltResponse.java:116) Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
	MATCH (n:`Performance`) WITH n OPTIONAL MATCH (n)-[r0]-() DELETE r0, n RETURN ID(n)
	                                                                              ^
The query used a deprecated function: `id`.
2023-07-27T03:13:08,521 WARN  [main] org.neo4j.ogm.drivers.bolt.response.BoltResponse(BoltResponse.java:116) Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
	MATCH (n:`Performance`) WITH n OPTIONAL MATCH (n)-[r0]-() DELETE r0, n RETURN ID(n)
	                                                                              ^
The query used a deprecated function: `id`.
2023-07-27T03:13:13,698 INFO  [main] net.twisterrob.cinema.cineworld.sync.PerformanceSync(PerformanceSync.kt:33) Deleted 36482, inserting 18394 new Performances.
2023-07-27T03:13:18,865 WARN  [main] org.neo4j.ogm.drivers.bolt.response.BoltResponse(BoltResponse.java:116) Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
	UNWIND $rows as row CREATE (n:`Performance`) SET n=row.props RETURN row.nodeRef as ref, ID(n) as id, $type as type
	                                                                                        ^
The query used a deprecated function: `id`.
2023-07-27T03:13:23,863 WARN  [main] org.neo4j.ogm.session.Neo4jSession(Neo4jSession.java:614) Error executing query : Server at 8472c952.databases.neo4j.io:7[68](https://github.com/TWiStErRob/net.twisterrob.cinema/actions/runs/5676091860/job/15382307816#step:7:69)7 is no longer available. Rolling back transaction.
@TWiStErRob TWiStErRob added is:bug Something isn't working in:neo4j In Database / Neo4j / OGM related code labels Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in:neo4j In Database / Neo4j / OGM related code is:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant