Does ElectricSQL support nested subqueries in the where clause? #2905
Unanswered
RooTooRD
asked this question in
Getting started
Replies: 1 comment 4 replies
-
|
Not yet though this is something we're planning to start work on fairly soon as it's a common request. The common workarounds are to run that subquery yourself before constructing the where clause or denormalize the access data e.g. with triggers so each table has the access information in the same table. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use a subquery in the where clause of a shape request like this:
Is this kind of nested subquery supported by ElectricSQL’s shape API? If not, is there a recommended workaround?
Beta Was this translation helpful? Give feedback.
All reactions