You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/spec/Feature/Query/QuerySpec.hs
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1070,6 +1070,16 @@ spec = do
1070
1070
{ "id":4,"children":[]}
1071
1071
]|] { matchHeaders = [matchContentTypeJson] }
1072
1072
1073
+
it "works when embedding the same table more than once"$
1074
+
get "/places?select=name,visits(id,start_time,visit_type),work_visits:visits(id,start_time,visit_type)&id=eq.1&visits.visit_type=neq.work&visits.start_time=gt.20250101+00:00&work_visits.visit_type=eq.work&work_visits.start_time=gt.20250101+00:00"`shouldRespondWith`
0 commit comments