我怎麼能填充進出在水線邊 我使用水線,oreintdb採納者選擇邊緣屬性,也擴展/填充進出在水線
這裏是我的查詢
select *,out.* from sellings // selling is edge class
謝謝
我怎麼能填充進出在水線邊 我使用水線,oreintdb採納者選擇邊緣屬性,也擴展/填充進出在水線
這裏是我的查詢
select *,out.* from sellings // selling is edge class
謝謝
這聽起來更像是一個OrientDB問題,而不是水線問題。一種選擇是使用一個獲取計劃(OrientDB Docs):
select @this.toJSON('fetchPlan:in:1 out:1') from selling
這沒有水線解決方案? – 9me 2015-03-26 21:07:54
潛在[多對多通過協會](https://github.com/balderdashy/waterline-docs/blob/master/associations.md#many-to-many-through-associations)但這些都沒有正式發佈然而。 – 2015-03-26 21:22:53
Hi @Dário使用'''select @ this.toJSON('fetchPlan:in:1 out:1')從'''''''''''有沒有辦法獲取記錄?謝謝。 – 9me 2015-07-01 06:06:48
也許嘗試問這在水線-orientdb回購以及 – 2015-03-25 17:24:28
嗨@Travis韋伯我怎麼能問水線,orientdb回購? – 9me 2015-03-26 08:50:15
@ 9me,這裏是如何:https://github.com/appscot/waterline-orientdb/blob/master/CONTRIBUTING.md#discussion – 2015-03-26 18:35:16