memgraph/tests/manual
antonio2368 0bcc1d67bc
Add support for Bolt v4(.1) (#10)
* Added handshake support
* Add support for v4 hello and goodbye
* Add support for pulling n results
* Add support for transactions
* Add pull n for the dump
* Add support for NOOP
* Add support for multiple queries
* Update bolt session to support qid
* Update drivers test with multiple versions and go
* Extract failure handling into a function
* Use unique ptr instead of optional for query execution
* Destroy stream before query execution

Co-authored-by: Antonio Andelic <antonio.andelic@memgraph.io>
2020-10-16 12:49:33 +02:00
..
antlr_parser.cpp Separate auth/stream queries from rest of cypher 2018-07-30 12:29:36 +02:00
antlr_sigsegv.cpp Clean utils folder (namespaces, function names) 2018-04-22 09:44:32 +02:00
antlr_tree_pretty_print.cpp Separate auth/stream queries from rest of cypher 2018-07-30 12:29:36 +02:00
bolt_client.cpp Improve manual bolt client 2019-03-04 17:15:07 +01:00
CMakeLists.txt Remove leftover implementation required by the old storage 2020-03-02 12:45:18 +01:00
expression_pretty_printer.cpp Cleanup query/context.hpp 2019-01-17 10:21:34 +01:00
ha_client.cpp Make manual HA client use the new Bolt client 2019-04-25 15:45:03 +02:00
ha_proxy.cpp Add support for Bolt v4(.1) (#10) 2020-10-16 12:49:33 +02:00
interactive_planning.cpp Remove old storage types 2020-01-23 14:32:33 +01:00
interactive_planning.hpp Migrate leftover tests away from old storage 2019-12-09 10:27:35 +01:00
kvstore_console.cpp Move KVStore to root source directory 2020-01-24 16:01:51 +01:00
query_hash.cpp Move Parsing utils from query/common to frontend/parsing 2019-07-11 12:12:59 +02:00
query_planner.cpp Migrate leftover tests away from old storage 2019-12-09 10:27:35 +01:00
single_query.cpp Add support for Bolt v4(.1) (#10) 2020-10-16 12:49:33 +02:00
ssl_client.cpp Implement SSL support for servers and clients 2018-06-20 17:56:47 +02:00
ssl_server.cpp Add explicit start to servers 2018-10-16 11:39:42 +02:00
stripped_timing.cpp Move Parsing utils from query/common to frontend/parsing 2019-07-11 12:12:59 +02:00
test_antlr_sigsegv Added antlr sigsegv test. 2017-08-03 13:06:18 +02:00