mage icon indicating copy to clipboard operation
mage copied to clipboard

MAGE - Memgraph Advanced Graph Extensions :crystal_ball:

Results 150 mage issues
Sort by recently updated
recently updated
newest added

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

Importance - I3
Severity - S2
Effort - Medium
bug
community
Priority - Next

Adding of days and months needs to be supported in MAGE for convenience and manipulation of dates and datetimes in the database.

incremental
feature
Importance - I0
Severity - S3
Effort - Medium
Priority - Now

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

Severity - S2
Effort - Medium
bug
community
Priority - Now
Frequency - EveryTime
Reach - VeryFew

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

Severity - S3
Effort - Medium
community
Priority - Later
Frequency - Monthly
Reach - VeryFew

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

type: bug
Docs needed
Docs - changelog only

### Description Please briefly explain the changes you made here. ### Pull request type - [ ] Bugfix - [ ] Algorithm/Module - [ ] Feature - [ ] Code...

type: bug
Docs - changelog only

### 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? :)

feature
Severity - S3
Effort - Medium
community
Priority - Later
Frequency - Monthly
Reach - VeryFew

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

type: bug
lang: python
Importance - I3
Severity - S2
Effort - Unknown
community

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

type: bug
Severity - S3
Effort - High
community
Priority - Later
Frequency - Monthly
Reach - VeryFew