-
Notifications
You must be signed in to change notification settings - Fork 95
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
Are nested subqueries allowed? #263
Comments
For now, subqueries and |
Thanks for reporting it @sandeep-biddala ! |
Thanks for reporting it! One small note— @asdine do we have any policy on supporting different Go releases? E.g. Go project maintains the last two major releases (currently that’s 1.14 and 1.15, and that’s also what we test on Travis). I think 1.12 was min because of some v2 dependencies that just don’t work without module support (i.e. |
Our default policy was to maintain it for the last two major releases, but I'm open to suggestions. |
Are nested subqueries like the following allowed?
This is not mentioned in the doc.
Also, the docs mention that the min supported Go version is 1.12. However I had a problem with running the project with Go 1.12. The problem seems to be because of the usage
errors.Is
function which was only introduced in 1.15Great job with the project BTW. I am enjoying it!
The text was updated successfully, but these errors were encountered: