Michel
Michel
Can you provide the relations between your model?
Never mind, they are in the first message.
Ok I see what's happening. It's a bit tricky, but when you do `game.saveAll`, this is what happens: - thinky finds `teams` and `scores` documents that it has to save...
Hum it looks like I just missed it. The test `coverage.js` missed it too because it got confused with `INDEX_WAIT`.
Hum, no that's not possible at the moment. It's an interesting feature though.
Well, it's not something in the driver, their server send the JSON strings, so I guess cJSON (or whatever they replaced it with) output this JSON strings with tab. So...
If you remove the lines like these in the tests: https://github.com/neumino/reqlite/blob/a09e61f96d23e62d2ef12efd25ef995caccbdf4e/test/selecting-data.js#L161 You will see failures and the output of JSON.stringify to reproduce
Thanks @marshall007. There are a few more things that a different. There are a few or missing new lines sometimes too (typically from what I remember RethinkDB doens't add a...
Thinky just proxies errors returned by RethinkDB. It currently doesn't parse errors. I've been waiting RethinkDB to start rolling out specific errors, and they did in 2.1, but they are...
Hum, I'm a bit torn on this. The value `null` is a valid in the sense that it can be saved in the database. So if you want a default...