Michel

Results 249 comments of Michel

Hum, I think what you're trying to do is the same as in https://github.com/neumino/thinky/issues/421#issuecomment-171334263. Thinky doesn't support non bi-directional relations at the moment.

Quick answers first: 1. ``` Dashboard.get('dca0401d-6329-41e0-bd37-ef0446113ef4').update({dashboad: false}).run() ``` 2. ``` Metric.get('7efa3f1e-0cbd-40e2-8607-d53eaa46b916').update({index: 1, main: true}).run() ``` 3. ``` Dashboard.get('dca0401d-6329-41e0-bd37-ef0446113ef4').removeRelation('metrics') ``` 4. Remove the metrics already saved, and just call `saveAll({metrics: true})`...

Does that work? ``` picture_ids = []; for(var i=0; i

The steps should be: 1. Get the whole activity with pictures and attachement 2. Fetch all the pictures you want to keep 3. Fetch all the attachements you want to...

It automatically reconnects. On Tue, Feb 23, 2016, 02:20 juhaelee [email protected] wrote: > I came across a scenario where I was in staging and my server disconnected > with rethinkdb...

Can you provide all the logs? Including the one from the pool? It can takes a few seconds/minutes to reconnect.

Maybe because `id` is not declared in your schema?

You can use `_get` instead of `get`. Looks like I forgot to write doc about that.

@marshall007 -- thanks, I actually didn't know about. That was a nice read. @tlvenn -- want to send a quick pull request on `gh-pages`? :)

Did you start rethinkdb after starting your nodejs script?