Amr Hesham
Amr Hesham
Hello @jhheider, I have implemented two feature request - [x] EOF support for piped input; ```sh echo 'SELECT CURRENT_DATE()' | ./gitql.exe -r ../.. ``` - [x] gitql should probably look...
I will release it by the end of this week at most because i am working on big improvements in error handling, functions and performance
Thanks for suggestions, enjoy more is coming :D
- [x] Output as `JSON` or `CSV`
GitQL 0.22.0 now has more features from postgreSQL and we can work on the write soon Thank you
Hello @obar1, It's cool idea, we can start this idea soon and thinking about customization for badge and view. Thank you, Amr Hesham
Hello @uberroot4, The first point is valid and should be improved to work exactly like SQL The Limit point is on TODO but it will require a more advanced QueryPlanner...
Hello @uberroot4, This issue fixed on 0.22.0 You can now run `select commit_count as cc from branches where commit_count > 1`
https://github.com/AmrDeveloper/GQL/releases/tag/0.22.0
Hello @lucasjinreal, Currently no, i am still working on support more language features and std functions then i can go for binding advanced featues and optimize some queries like comparing...