andrejtonev
andrejtonev
[master < Task] PR - [ ] Check, and update documentation if necessary - [ ] Provide the full content or a guide for the final git message To keep...
one_to_many: passing field parameters (which already existed but was not used) many_to_many: changed from parameters to column_names_mapping using the mapping and columns to define properties ignoring from to keys when...
### Description When executing rust procedures, any boolean arguments get negated. ### Pull request type - [x] Bugfix ### Related issues https://github.com/memgraph/mage/issues/426 ###################################### ### Reviewer checklist (the reviewer checks this...
**Memgraph version** master branch commit: e90781785412cc07792b1150addaba393206a3cc **Environment** Local build using toolchain v4 on Ubuntu 22.04. Bug also seen on CI https://github.com/memgraph/memgraph/actions/runs/6827834200/job/18570739345?pr=1484 **Describe the bug** A deadlock happens while running the...
Add multi-tenant capability. ``` conn = mgclient.connect(address...., database="db") ``` will return a connection that is limited to the defined database.
**Memgraph version** Main branch, commit e90781785412cc07792b1150addaba393206a3cc **Environment** Local build on Ubuntu 22.04 using toolchain v4. **Describe the bug** `DumpTest/1.CheckStateVertexWithMultipleProperties` segfaults. **To Reproduce** Run the test a couple of times (it...