memgraph/tools/tests/client/output_tabular/multiline_query.txt
Marko Culinovic c553a309d2 New client features: non-interactive shell, shell commands, csv format
Summary:
If the `STDIN_FILENO` is a `TTY`, then an interactive command prompt
is shown. Otherwise, client runs in non-interactive mode.
Shell commands start with a colon sign, and end at the end of
line.
Csv and tabular output formats are supported.

Reviewers: teon.banek, mferencevic

Reviewed By: teon.banek, mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1633
2018-10-16 09:04:34 +02:00

31 lines
1.4 KiB
Plaintext

+---------------------------------------------+
| n |
+---------------------------------------------+
|(:Constantine {quote: "In hoc signo vinces"})|
+---------------------------------------------+
+---------------------------------------------+
| n |
+---------------------------------------------+
|(:Constantine {quote: "In hoc signo vinces"})|
+---------------------------------------------+
+-------------------------------------------------------+
| n |
+-------------------------------------------------------+
|(:Erdody {quote: "Regnum regno non praescribit leges"})|
+-------------------------------------------------------+
+-------------------------------------------------------+
| n |
+-------------------------------------------------------+
|(:Erdody {quote: "Regnum regno non praescribit leges"})|
+-------------------------------------------------------+
+-----------------------------------+
| n |
+-----------------------------------+
|(:Caesar {quote: "Alea iacta est"})|
+-----------------------------------+
+-----------------------------------+
| n |
+-----------------------------------+
|(:Caesar {quote: "Alea iacta est"})|
+-----------------------------------+