andrejtonev

Results 15 comments of andrejtonev

`SHOW CONFIG` returns the default configuration (basically just the gflags). `SHOW STORAGE INFO` returns the current information regarding a single storage. Not sure they should be the same. How would...

This is an interesting case. What is happening is that `WHERE EXISTS(n)` does not satisfy our grammar for the `EXISTS` and is defaulting to a function call. We really do...

@kgolubic We have added the ability to define the landing database via pymgclient. `mgclient.connect(database="your db", ...)` The connection is then locked to the defined db, you cannot switch to another...

FYI @Josipmrden this PR requires a fix in memgraph. Should be delivered via https://github.com/memgraph/memgraph/pull/1884

@kgolubic Changelog: Rust bool value conversion fixed.

@kgolubic mage does not follow the same workflow as memgraph. No milestone is defined.

@antepusic I changed the code a bit. Had some CI problems, not sure why it didn't like the first version...

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...

Do not merge Need to update implementation. 1. Use name mappings instead of a local column name map. 2. ~Figure out how/if to implement one_to_many edge parameters~ Remove one_to_many edge...