Open Conaws opened 8 years ago
Any word on this? Pretty critical for something I'm building -- happy to help try to fix it if you've got any guidance.
Sorry — I’m on vacation currently. If you’re eager to fix, you’ll probably have to look somewhere around https://github.com/tonsky/datascript/blob/d45ddf6e73a542e3bcf6e8845c0c21d2eea20f21/src/datascript/db.cljc#L934-L949
Also, I’m sure there’re plenty of ways to work arounds this. Just don’t use that particular combination, for example.
On Mon, Oct 24, 2016 at 12:42 AM Conor White-Sullivan < notifications@github.com> wrote:
Any word on this? Pretty critical for something I'm building -- happy to help try to fix it if you've got any guidance.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tonsky/datascript/issues/182#issuecomment-255619948, or mute the thread https://github.com/notifications/unsubscribe-auth/AARabJWEAsuWUmhPpQlq7Ov-b3X_oocxks5q2-LLgaJpZM4KLveC .
In deeply nested maps, datascript can successfully build relationships with both the lookup ref, and reverse lookup ref, however, it seems like when you combine them, it does not create a connection
for example A -> B -> C ;; works C <- B <- A ;; works A -> C <- B ;; does not work
Am I missing something?