Skip to content

issues Search Results · repo:js-data/js-data-rethinkdb language:JavaScript

Filter by

21 results
 (66 ms)

21 results

injs-data/js-data-rethinkdb (press backspace or delete to remove)

Is there some way to use orderBy with more than one field? For example, this orderBy(r.desc( fieldA ), r.desc( fieldB )) have different results from orderBy(r.desc( fieldA )).orderBy(r.desc( fieldB )) ...
  • bymaximus
  • 4
  • Opened 
    on Dec 1, 2019
  • #30

I was using RethinkDB in my last project, with JSData because it offers a great and simple API. Like another DB s, rethinkdb doenst support unique constraints, and the developers comunity are adding a ...
enhancement
help wanted
  • menosprezzi
  • 1
  • Opened 
    on Aug 3, 2018
  • #29

Hi! I was wondering if this adapter will receive updates to reflect js-data v3 on release? I m still trying to decide ig I should implement this in my project. Thanks!
  • Extarys
  • 1
  • Opened 
    on Jun 26, 2017
  • #27

Whenever I use orderBy with a date the results are never consistent. With this code: export const SurveyError = defineMapper({ name: SurveyError , }) function populate () { const fullDay = 24 * ...
  • mikew
  • 1
  • Opened 
    on Dec 6, 2016
  • #25

I m looking that update command return exception not found with unchanged record. It is ambiguous or normal ? js-data : ^3.0.0-rc.6 , js-data-rethinkdb : ^3.0.0-rc.2 , _update: function _update(mapper, ...
bug
  • mako87
  • 1
  • Opened 
    on Oct 15, 2016
  • #24

I m trying to update an existing record, not even doing anything complicated. Just calling Model.update(id, newValues) fails with Inserted value must be an OBJECT (got ARRAY). Even when trying to just ...
question
  • mikew
  • 15
  • Opened 
    on Apr 8, 2016
  • #23

I m testing the implementation of the keyword containsArray in where clause. Find subarray value in array field containsArray : function _containsArray(r, row, field, value) { return row(field).default([]).setIntersection(r.expr(value).default([])).count().eq(value.length); ...
question
  • mako87
  • 1
  • Opened 
    on Mar 23, 2016
  • #22

On https://github.com/js-data/js-data-rethinkdb/blob/master/src/index.js#L241 it appears that the opts are being left out from the actual call to insert. In the case where I want to use {conflict: replace ...
enhancement
  • austbot
  • 2
  • Opened 
    on Mar 8, 2016
  • #21

@jmdobry mentioned that this is the one adapter that he hasn t implemented deeply nested eager loading here could this be implemented?
enhancement
  • thinkong
  • 2
  • Opened 
    on Dec 23, 2015
  • #19

Hi, I m just wondering how we can utilise RethinkDB s changefeeds with js-data? Thanks in advance.
  • niallobrien
  • 1
  • Opened 
    on Nov 16, 2015
  • #18
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub