Marko Budiselić

Results 158 issues of Marko Budiselić

`mgmigrate --version` returns just `mgmigrate`. Return the proper version string.

After running Fedora 38 + installing `dnf install cmake gcc g++ openssl-devel clang-libs` + running `cargo install rsmgclient` There is the following error:

bug

- [ ] Document all the steps on the way - [ ] Examine one by one library using `ldd` - [ ] Try [musl libc](https://musl.libc.org) - [ ] Try...

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

Sometimes in the batched-parallel import mode, `mgclient` session can end up in a bad state: * inside `ExecuteBatchesParallel`, taka a look at the `MG_SESSION_BAD` check and figure out why is...

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

On `SHOW`, suggest `SHOW STORAGE` etc.

feature
community
Severity - S3
Effort - Medium
Priority - Next
Frequency - EveryTime
Reach - VeryFew

When a user pastes command from, e.g. docs: ``` LOAD CSV FROM "/path-to/people_nodes.csv" WITH HEADER AS row CREATE (n:Person {id: row.id, name: row.name}); ``` ![Screenshot from 2021-10-13 08-46-09](https://user-images.githubusercontent.com/4950251/137081374-4d0d0f3f-3071-405d-ae60-0f8715a3660f.png) it's possible...

feature
community
Severity - S3
Effort - Low
Priority - Next
Frequency - EveryTime
Reach - VeryFew

* export * import * compression * run in the background * stop and clean all the resource (if run in background, it's not easy to stop)

Some database queries could be quite long. It would be nice to have an `async` construct to deal with that in the shortest amount of time from a developer's point...

feature
community
Severity - S3
Effort - High
Priority - Later
Frequency - Monthly
Reach - Some