filhodanuvem / gitql

💊 A git query language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add 'not' reserved word

zakiaziz opened this issue · comments

I see I can run something like

select message from commits where 'hell' in message order by date asc

but is it possible to run something like

select message from commits where 'hell' NOT in message order by date asc

Hey @zakiaziz ,
It is not possible yet but is a nice improvement. I will add a label here as a future feature.
If you want to join us with this task, feel free.

Hey @cloudson, I'd like to give this a whirl if it's alright by you. I'll get started on it today. Let me know when you see this if there's any reason I shouldn't keep plugging away on it :)

Hey @frahman5, I don't know whether @cloudson will read this soon, but I think I can say that you can work on this feature, since I don't think @zakiaziz is working on it and @cloudson has pre-approved on his comment above. I am one of the contributors in this project and can help to review your PR, so feel free to work on it.

Luiz

Hi @luizperes thanks! I'm working on it now. I'll ping you when I put up a PR.

  • Faiyam