-
-
When working on autocomplete for Dash, I started playing with [jquery-textcomplete](https://github.com/yuku-t/jquery-textcomplete)
It's quite easy to use, so maybe we can add it to the xml editor on …
-
It would be cool if we add a new feature allowing us to interact with the database graphically. The user won't have to type "complex" RQL anymore to add or remove columns for example.
Good job guys …
-
**Describe the bug**
I'm working on creating client for API that is designed to work with [RQL](https://github.com/persvr/rql) query strings. I declare method for consuming API in this way:…
-
Let's assume you manage thousands, hundred of thousands things which shall now e.g. all get an additional attribute or e.g. set a property.
In such a case, it would be very cumbersome to
a) first fi…
-
Do you have dates working with this? I can't seem to get simple queries to work with dates. Here are some results...
Query: "created=lt=date:2015-06-10"
Error: unsupported operator: undefined
Quer…
-
Having a secondary index of 1:1 mapping is very common, yet getAll returns an array, as a consumer I just want the first value if it exists or null.
Having table(x).get(z, {index:'z'}) would be very…
-
# What is missing?
As requested in #7 and #169 and probably more additional querying is needed.
# How should it be fixed?
Instead of introducing more and more query parameter we should also (re…
-
## vNext
- [ ] better C# side query building, complaints:
- [ ] c# string multi-line literals not nice with interpolation
- [ ] c# string multi-line literals require escaping double quotes
…
-
Hi,
I'm getting my hands dirty with RethinkDB and Ruby. One thing I find really awkward is the requirement to pass a connection to #run. I was hoping to create reusable table references like so:
```…