Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion postgres/test/test_files/postgres.test
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
---- ok
-STATEMENT COPY person_copy FROM tinysnb.person;
---- 1
8 tuples have been copied to the person_copy table.
8 tuples have been copied to the person_copy table.|0|[]
-STATEMENT MATCH (p:person_copy) RETURN p.*
---- 8
0|Alice|1|True|False|35|5.000000|1900-01-01|2011-08-20 11:25:30|3 years 2 days 13:02:00|[10,5]|[Aida]|1.731000|a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11
Expand Down
2 changes: 1 addition & 1 deletion sqlite/test/test_files/sqlite.test
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Attached database successfully.
---- ok
-STATEMENT COPY person_copy FROM tinysnb.person;
---- 1
8 tuples have been copied to the person_copy table.
8 tuples have been copied to the person_copy table.|0|[]
-STATEMENT MATCH (p:person_copy) RETURN p.*
---- 8
0|Alice|1|1|0|35|5.000000|1900-01-01|2011-08-20 11:25:30|3 years 2 days 13:02:00|[10, 5]|[Aida]|[[10, 8], [6, 7, 8]]|1.731000|a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11|[96, 54, 86, 92]
Expand Down