-
Crash when the id is "null", I think in this case it should just log the error instead of crashing the whole process.
```
/var/lib/gems/1.9.1/gems/sequel-4.14.0/lib/sequel/adapters/postgres.rb:16…
-
It would be nice to have count support.
ex.
``` javascript
dirac.dals.users.count({ id: { $gt: 5 } }, function(error, count){
/* ... */
});
```
How to use mo-sql to represent "select Count(*) fro…
-
When I try to install [the mosql gem](https://rubygems.org/gems/mosql) I get the following error
```
ERROR: While executing gem ... (Gem::DependencyError)
Unable to resolve dependencies: mosql r…
-
I have an app using mongo (mongoid), and now, I want to send some collections to postgres, and query this data on this app.
The documentation is not clear about how I can do that or if I'm able to do …
-
Just updated our MoSQL instance to 0.4.1 and Ruby 2.1
Getting the following error:
/app/vendor/bundle/ruby/2.1.0/gems/sequel-4.16.0/lib/sequel/dataset/sql.rb:1230:in `literal_other_append': can't ex…
-
-
Getting this error on initial import. Seems to be related to previous issues posted here with extracting an ID out of MongoDB. I'm not sure what info you need about the MongoDB setup. It's on compose.…
-
i got a RuntimeError and i couldn't solve it.
## /usr/lib64/ruby/gems/1.8/gems/mongoriver-0.4.3/lib/mongoriver/abstract_persistent_tailer.rb:82:in `read_state': read_state unimplemented! (RuntimeErro…
-
Hi everyone again, I wanted to use the fix done for the date and milliseconds so I installed mosql from github using this command:
gem specific_install -l https://github.com/stripe/mosql
After I do …
-
I'm trying to query a secondary server and it does not let me query it, the error is
```
/var/lib/gems/2.0.0/gems/mongo-1.10.2/lib/mongo/cursor.rb:149:in `next': not master and slaveOk=false (Mongo::…