Krishnan Govindraj
Krishnan Govindraj
## Usage and product changes Updates usages of GitHub urls to reflect the vaticle organisation being renamed to TypeDB ## Implementation Updates `github.com/vaticle/*` repository urls to `github.com/typedb/*` in * factory's...
## Usage and product changes Updates usages of GitHub urls to reflect the vaticle organisation being renamed to TypeDB ## Implementation Updates `github.com/vaticle/*` repository urls to `github.com/typedb/*` in * dependency...
## Usage and product changes Updates usages of GitHub urls to reflect the vaticle organisation being renamed to TypeDB ## Implementation Updates `github.com/vaticle/*` repository urls to `github.com/typedb/*` in * factory's...
## Usage and product changes Fixes native object ownership checks in python driver ## Implementation Replaces usages of `self.native_object.is_own` (which invokes a `@property` getter, throwing an exception) with `self._native_object.is_own`
## Release notes: product changes Implement function execution for non-recursive stream functions which return streams **only**. ** Recursive functions & Non-stream functions will throw unimplemented. ** These can currently only...
## Release notes: product changes Prepares the PatternExecutor for functions with the ability to recurse into nested patterns. ## Motivation Making nested patterns transparent to the executor should allow a...
(Based off #7211 ) ## Release notes: product changes Implement function execution for singles-stage non-recursive stream functions **only**. Non-stream functions will throw unimplemented. **Recursive functions will either overflow your stack...