Ragnar Dahlén

Results 7 issues of Ragnar Dahlén

## Description Connector for the Neo4j graph database. ## Additional context and related issues See [docs](https://github.com/ragnard/trino/blob/neo4j-bolt-connector/docs/src/main/sphinx/connector/neo4j.md) for connector overview. ## Release notes [ ] This is not user-visible or is...

cla-signed
docs

`as-properties` is (only) called by `squee.datasources/from-spec` which accepts a map with keys as keywords. However when passing additional opts in this map they need to either be strings (which in...

**WIP** **Goals**: - A lean but convenient wrapper around the new Kafka Java client API - prefer clojure data structures where it makes sense **Non-goals**: - Retain all functionality from...

### Kùzu version v0.4.2 ### What happened? ``` kuzu> create rel table group Has(from A to B); Error: Parser exception: mismatched input ')' expecting {',', SP} (line: 1, offset: 38)...

bug
usability

Ensure `NamedRowTuple` `pickle` roundtrips successfully. Added tests for all custom types. Fixes #490. ## Description Implement necessary `pickle` methods to ensure type can be pickled/unpickled correctly. ## Non-technical explanation Support...

cla-signed

### Expected behavior The custom type `NamedRowTuple` does not implement the methods necessary for a successful `pickle` roundtrip. When unpickling (`pickle.load[s]`) it raises a `TypeError`. It should work with `pickle`....