mage
mage copied to clipboard
MAGE - Memgraph Advanced Graph Extensions :crystal_ball:
Steps to reproduce: Run Memgraph & create user. Log in with the user. Run ``` CALL do.when(true, "return true as a", "return false as a") YIELD value RETURN * ```...
Adding of days and months needs to be supported in MAGE for convenience and manipulation of dates and datetimes in the database.
Running two queries calling do.when/do.case at the same time from a nodeJS client crashes Memgraph. From Discord: "If I only run one query nothing crashes but as soon as two...
Currently, in order to pass an object as a subgraph argument to a procedure, it has to be a Graph type object which is only provided by the output of...
### Description Periodic iterate has not been able to execute queries in an authenticated environment because on one of the paths the client has been connecting to Memgraph without username...
### Description Please briefly explain the changes you made here. ### Pull request type - [ ] Bugfix - [ ] Algorithm/Module - [ ] Feature - [ ] Code...
### Description Implementation of a K-shortest path algorithm based on Yen K Shortest path implementation. Correctness test so far: ``` MATCH (n) DETACH DELETE n; CREATE CONSTRAINT ON (n:Node) ASSERT...
Hi, the migrate queries look great! Any chance to support postgres on top of mysql/SQL server/oracle? :)
**Describe the bug** Failed do.when() when using database with authentication (work ok when database don't have authentication enabled) **To Reproduce** Steps to reproduce the behavior: 1. Run the following query...
[User reported error on Discord](https://discord.com/channels/842007348272169002/1062012600625406113/1088872504950521946): ``` Query failed: link_prediction.train: Traceback (most recent call last): File "/usr/lib/memgraph/query_modules/link_prediction.py", line 322, in train training_results, validation_results = inner_train( File "/usr/lib/memgraph/query_modules/mage/link_prediction/link_prediction_util.py", line 420, in inner_train...