-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* removed redundant imports * implemented get routing table call for bolt 4.0 * moved neo4j driver test to an explicit neo4j driver test file * refactor renamed cx.server to cx.server_info * whitespace fix * implemented driver.supports_multi_db function * summary.protocol_version is now in summary.server.protocol_version * updated the success data to be like the actual data sent * added variable database to summary information * access mode fix and specifying database is implemented through config settings access mode is fixed and tested properly * added comments about routing * rotuing tables are updated per database includes new tests, code improvements and some minor fixes. * fixed test against Neo4j 3.4 * added comment about circular dependency for Bolt subclass * resolved pr comments * fixed begin_transaction function api
- Loading branch information
1 parent
f9d15f9
commit 3482e6a
Showing
89 changed files
with
1,128 additions
and
374 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.