Baasit
Baasit
> Closing as inactive, it'd be great if you could split PRs to make our review easy. Thank you for the PR anyway! Yeahh, I paused on it because some...
I don't know if this has been implemented since I can't find any indication that it has been, but I find it interesting, and I'd like to work on it....
Hi @MichaelScofield , yes, I am, but I just got assigned to another issue. If it isn't urgent, I'll like to come back to it.
I am on ASCII
I am on CHAR
@AmrDeveloper , the CHARINDEX function might be tricky since the last argument is optional, but the condition checks if the specified arguments match, I mean [here](https://github.com/AmrDeveloper/GQL/blob/180be8766182a7c74024e988487099decdbfcfa0/crates/gitql-parser/src/parser.rs#L1234) .
I am on DATALENGTH. Also, you made a typo for DATALENGTH in the list
I am on LEFT
@AmrDeveloper, is there a difference between the implementation of `NCHAR` and `CHAR` at least in Rust, since all characters are just `u32`s under the hood and just casting from the...
> > `NCHAR` > > You are right, we can ignore it for now and maybe if needed we can pass the the char function to it Yeahh, that was...