0bcc1d67bc
* 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>
19 lines
264 B
Plaintext
19 lines
264 B
Plaintext
# csharp driver
|
|
csharp/**/*.dll
|
|
csharp/**/*.exe
|
|
csharp/**/driver.*
|
|
csharp/**/bin
|
|
csharp/**/obj
|
|
csharp/**/build
|
|
|
|
# java driver
|
|
java/**/*.class
|
|
java/**/*.jar
|
|
|
|
# javascript driver
|
|
javascript/**/node_modules
|
|
javascript/**/package-lock.json
|
|
|
|
# python driver
|
|
python/ve3
|