Sorcery.StoreAdapter.Ecto.Thread (sorcery v0.4.4)
Since we are translating SrcQL into SQL, there are some oddities. One is how we handle completely unrelated lvars that are not joined. So in this adapter we call cluster a group of where clauses and joins together, and call it a thread. We must call Repo.all(thread) seperately with each thread.
Summary
Functions
Link to this function
all(wheres)
Link to this function
all(grouped_wheres, list, threads)
Link to this function
new(lvar, group)
Link to this function