Marko Budiselić

Results 158 issues of Marko Budiselić

Effort - Medium
Severity - S3
incremental
customer
Priority - Later
Frequency - EveryTime
Frequency - Monthly
Reach - Some

The following query fails with `Client received query exception: Unbound variable: r.` ``` MATCH (a:Label1 { id: 0 })

bug
Effort - Low
Severity - S1
customer
Priority - Later
Frequency - EveryTime
Reach - Some

Constraints do not avoid the same nodes being ingested several times.

bug
community
Effort - High
Severity - S1
Priority - Later
Frequency - Monthly
Reach - Some

bug
community
Effort - Medium
Severity - S1
Priority - Later
Frequency - EveryTime
Reach - Some

* show all possible times when it's possible to recovery, e.g. `SHOW SNAPSHOTS;` * recover query, e.g. `RECOVER SNAPSHOT {{path/id/name}};`

Effort - Medium
Severity - S3
incremental
customer
Priority - Later
Frequency - Weekly
Reach - Some

Add some notion of progress, only the total number of deltas is logged, make similar logging as we do under snapshot recovery. The main issue is that if WAL file...

Effort - Low
Severity - S1
customer
Priority - Later
Frequency - Daily
Reach - Some

- [ ] Users concatenating strings - [ ] From python query module using `import_json` Long story short, making sure we can import Unicode strings as easy as possible.

Effort - High
Severity - S3
customer
Priority - Later
Frequency - Monthly
Reach - VeryFew

`SHOW BUILD INFO;` returns the compilation mode (`Debug,` `RelWithDebInfo,` `Release`), which should be possible to get for each query module. Most likely, the best way of implementing this is by...

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

https://github.com/memgraph/memgraph/blob/master/import/mglogs2cypherl.sh `awk -v RS="Run - DATABASE_NAME_REGEX] '" 'NR>1 { print $0 }' < "$INPUT" | sed -e "/^\[/d;" -e "s/'\([^']*\)$/;/g" > "$OUTPUT"`

Effort - Low
Severity - S3
customer
Priority - Later
Frequency - Monthly
Reach - VeryFew