János Benjamin Antal
János Benjamin Antal
Hi, I am Benjo from discord! Thanks for reporting this, however this is not a bug in our implementation, more likely a bug in our documentation. If you check our...
@Josipmrden as `.vscode` and `.cache` is IDE specific, they should be ignored on the developer's global gitignore and not in the project's gitignore.
It looks good to me to be merged, however I don't want to approve until at least the PR is created on the docs repo, but nothing more is left...
For the formatter don't worry, sooner or later they would have been formatted, so you don't need to revert them.
I think the `count` function also suffers a similar issue: ``` memgraph> MATCH (f:ThisLabelDoesNotExist) -> RETURN count(f) > 0 AS hasGraphileon; Empty set (0.000 sec) ``` But in the language...
Hi @alexanderseik, I assume you want to store some plain binary data in Memgraph. Unfortunately we only support unicode strings. The reason behind that is we are doing our best...
First of all, @alexanderseik you are completely right. `\x13` is also a unicode character, even though it is not printable. I don't know how I concluded my previous conclusion, but...
I talked with the guys for Memgraph Lab. Actually neither Memgrgaph Lab nor mgconsole meant to handle "raw bytes". However you can use the `\u0013` form for both of them....
@UnamedRus I will check that issue, but it seems like not a parsing, but a logical issue there.
The scope of the PR is changed: because the necessary part is only the alter commands and the TTL elements are harder to parse properly (`(expr)` can be either a...