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
# TODO: This logic should be inside the Bolt subclasses, because it can change depending on Bolt Protocol Version.
696
-
ifcx.PROTOCOL_VERSION==Bolt3.PROTOCOL_VERSION:
697
-
ifdatabase!=DEFAULT_DATABASE:
698
-
raiseConfigurationError("Database name parameter for selecting database is not supported in Bolt Protocol {!r}. Database name {!r}. Server Agent {!r}.".format(
raiseConfigurationError("Database name parameter for selecting database is not supported in Bolt Protocol {!r}. Database name {!r}. Server Agent {!r}.".format(Bolt3.PROTOCOL_VERSION, database, self.server_info.agent))
184
+
self.run(
185
+
"CALL dbms.cluster.routing.getRoutingTable($context)", # This is an internal procedure call. Only available if the Neo4j 3.5 is setup with clustering.
0 commit comments