You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnr".*The query used a deprecated function.*[`']id[`'].*"
135
+
ifneo4j.__version__.startswith("6."):
136
+
returnr"(.*feature deprecated without replacement\. id is deprecated and will be removed without a replacement.*)|(.*feature deprecated with replacement\. id is deprecated.*)"
137
137
else:
138
-
returnr".*id is deprecated. It is replaced by elementId or consider using an application-generated id.*"
138
+
returnr".*The query used a deprecated function.*[`']id[`'].*"
0 commit comments