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 eefcc55 commit ce9cd39Copy full SHA for ce9cd39
scripts/executeQueryFunctions.sh
@@ -110,7 +110,6 @@ execute_cypher_shell() {
110
cat $cypherFileName | NEO4J_HOME="${NEO4J_DIRECTORY}" ${NEO4J_BIN}/cypher-shell -u neo4j -p "${NEO4J_INITIAL_PASSWORD}" --format plain --param "${query_parameters}" || exit 1
111
112
# Display the name of the Cypher file without its path at the bottom of the CSV (or console) separated by an empty line
113
- # TODO Find a solution to move the source reference to the last column name
114
echo ""
115
echo "\"Source Cypher File:\",\"$(basename -- "${cypherFileName}")\""
116
}
0 commit comments