We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f505d6e commit 48c180dCopy full SHA for 48c180d
neo4j/__main__.py
@@ -76,7 +76,7 @@ def main():
76
if has_results:
77
stdout.write("\r\n")
78
if args.summary:
79
- summary = cursor.summary()
+ summary = cursor.summary
80
stdout.write("Statement : %r\r\n" % summary.statement)
81
stdout.write("Parameters : %r\r\n" % summary.parameters)
82
stdout.write("Statement Type : %r\r\n" % summary.statement_type)
0 commit comments