-
Hi,
We've implemented a mosql setup at our company, and it would've worked great if it supported shardsets.
At the moment we're running a nightly job to migrate the whole DB over, but it sometimes …
-
http://www.postgresql.org/docs/9.3/static/sql-createindex.html
-
Hello, thanks for the very useful package !
I noticed that (UN)PIVOT clauses are parsed in a meaningful way by the parser, but are not correctly rendered by the formatter.
In case of PIVOT, the f…
-
Hello,
The documentation mentions only PostgreSQL. Does MoSQL support any other SQL database servers, or does it rely on Postgres specific features?
-
MoSQL doesn't appear to support the Postgres `TIMESTAMPZ` date type (otherwise known as `timestamp with timezone`)
http://www.postgresql.org/docs/9.4/static/datatype-datetime.html
This makes it imp…
-
Hi,
I found the promise api support is in the v1.0 proposal. I am using [Koa](http://koajs.com/) , so the promise api is quite important for me. I try to promisify the dal.query and keep it backward …
-
I'm interested in implementing the hstore datatype for _extra_props in MoSQL.
Does anyone know if this has been worked on before?
Are there any foreseeable gotchas or roadblocks? I know that hs…
-
It would be useful to not have to import a million rows just to test a collection file. I think it would be useful to be able to pass a row-limit parameter to Mosql either via CLI or in the collection…
-
Do you know if anyone has used MoSQL with geospatial data from Mongo to PostGIS. We just have geocoded data that is stored as arrays, i.e. lon/lat pairs. Presumably, it would have use the ST_GeomFro…
-
Please correct me if I am wrong, but does the current gem support Mongo ruby driver v2 and above ? I had to downgrade it to 1.9.2 for it to work.