haskell-beam / haskell-beam/beam

Combine orderBy_ with join_

Open
#566 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Haskell
Stars
635
Forks
193
PR merge metrics
No merged PRs in 30d

Description

If I have a `join_` where I compare some row's value to the `primaryKey` of some previous result in the same query, I can no longer `orderBy_` directly on that `join_` (due to a mismatch between `QBaseScope` and `QNested QBaseScope`). Instead I have to move the `orderBy_` to the whole `select`. Is there a reason the result of the subquery returning the foreign key can't be more polymorphic?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.