Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make where clause optional #8

Closed
tracker1 opened this issue May 15, 2017 · 3 comments
Closed

Make where clause optional #8

tracker1 opened this issue May 15, 2017 · 3 comments

Comments

@tracker1
Copy link

No description provided.

@kashav
Copy link
Owner

kashav commented May 16, 2017

This is implemented as of a00c275. It's on a non-master branch though, so until it gets merged, you'll have to build manually to test it.

If you'd like to do that, here's how --

$ git clone https://github.com/kshvmdn/fsql.git $GOPATH/src/github.com/kshvmdn/fsql
$ cd $_
$ git fetch origin
$ git checkout -b refactor/query-structure origin/refactor/query-structure
$ go install .
$ which fsql
$GOPATH/bin/fsql

@kashav
Copy link
Owner

kashav commented May 17, 2017

Merged as of a6c3339, will keep the issue open until confirmation.

@tracker1
Copy link
Author

Working...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants