q icon indicating copy to clipboard operation
q copied to clipboard

Support subqueries in FROM and JOIN.

Open ChickenProp opened this issue 4 years ago • 3 comments

I may be missing something, but from my simple experiments so far this seems to work.

If you'd be amenable to adding this, I'll be happy to add tests and change documentation as necessary.

ChickenProp avatar Mar 25 '21 20:03 ChickenProp

Hi @ChickenProp ! thanks for the PR.

I'm in the middle of a huge change inside q's code which should provide a large improvement. I'll take a deeper look into it when i'm done.

harelba avatar Mar 27 '21 12:03 harelba

@harelba gentle ping :) I see there's been some big changes, is this something you're in a position to look at now? (I confess I haven't actually checked if this still works.)

ChickenProp avatar Mar 23 '22 17:03 ChickenProp

thanks for the ping @ChickenProp

Indeed, I've released a very large change, although it doesn't include changes to the query parsing itself.

I was planning a major change in query parsing, but it's a very big task, and most use-cases are covered by the current "parsing". I'll take a look to see if I can introduce a smaller change that will accommodate this use-case.

harelba avatar Mar 23 '22 22:03 harelba