Tobias Seines Antonsen
Tobias Seines Antonsen
Hi @lidatong , and many thanks for this wonderful library! I'm wondering if there's a implementation of "ignore_custom_names_on_serialization" that I might have missed? The case if as follows: I have...
Have you considered enabling users to specify a custom key for "merges"? My use case is that I have a table that tracks statuses for a given entity, and the...
One of the, in my option, larger limitations with EF at the moment is the lack for conditional singleton inserts. My current case is as follows: I'm allowing users to...
## 1. Description I'm having some issues with the IncludeGraphOperationBuilder. I have a parent with three children, where I want to upsert the parent, upsert child1, insert child2 and conditionally...
### Terraform CLI and Provider Versions Terraform v1.5.3 on linux_amd64 + provider registry.terraform.io/hashicorp/time v0.9.1 ### Terraform Configuration ```terraform terraform { required_providers { time = { source = "hashicorp/time" version =...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description Basic transactions were supported in [Tinkerpop 3.7.0](https://github.com/apache/tinkerpop/blob/master/docs/src/reference/implementations-tinkergraph.asciidoc#transactions) by introducing a ´TinkerTransactionGraph´...
I've got DB-context that I need to do some date range filters against. Unfortunately I'm not able to alter the context, and currently it contains distinct date columns named `start_date`and...
This is an ask for an explicit inner join extension to force inner joins between parent and child/children entities in a FK relationship. This feature request is a shameless plagiarization...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Running the following MergeV-mutation: ``` g.mergeV([(T.id): "1"]). option(Merge.onCreate, [(T.label): 'Person', name:...