Christian Meunier

Results 146 comments of Christian Meunier

Just stumble on this myself when using partial objects with fields that have default values. If I dont retrieve those fields, the default values are injected. For my use cases,...

Hi Michel, any luck working on implementing behaviour 1 ? Right now, I have to fetch all the required fields of a document even if I only need 1 of...

No worry, glad to know it is still on the radar and cant wait to see all 'the good stuff that are coming soon' :)

Hi @neumino , sorry to bug you with this issue once more. With the coming of FalcorJS and GraphQL, many client apps will start fetching only what they need, down...

I wonder if both implicit and explicit read only document would not be useful... Maybe have an explicit command that is implicitly called should you detect `without` or `pluck` ?

@neumino any news on this ? It would be awesome to solve this.

Hi @neumino , sorry to bump this issue again. Any chance you can give us an update on it ? Thanks a lot in advance !

For example, If I were to model the example at http://rethinkdb.com/docs/data-modeling/ (Embedded arrays): var Post = thinky.createEmbeddable({ title: String, content, String }); var Author = thinky.createModel("Author",{ id: String, name: String,...

Thanks for getting back to me. I am just trying to find out how thinky should let users embed objects if they choose/need to. Joins are great dont get me...

Sorry for the late reply Mogul. Indeed this approach would work, the only thing I don't like is that I can't express anything like contraints/validation/formula on the embedded class given...