CartoDB-SQL-API/app
Rafa de la Torre d5a7f6d2d6 Fix paused stream (DB socket) after copy to #590
Ideally, the CopyToQueryStream would take care o piping, unpiping and
resuming the connection with the DB.

For some reason it does not always work when trying that from the
_transform callback.

Since there's no better callback (at least in node6), this patch is
required to make sure that such connection can be returned to the pool
and reused by some other query.
2018-09-17 16:54:51 +02:00
..
auth reduce error info 2018-06-06 15:23:53 +02:00
controllers better message 2018-08-14 15:30:51 +02:00
middlewares Better implementation of dbQuotaMiddleware 2018-07-23 15:02:20 +02:00
models simplify error response on models 2018-03-28 11:55:52 +02:00
monitoring Remove no longer needed health check params 2015-09-07 18:34:50 +02:00
postgresql move ErrorHandler to services folder 2018-03-28 12:49:33 +02:00
services Fix paused stream (DB socket) after copy to #590 2018-09-17 16:54:51 +02:00
stats Extract stats client creation 2017-03-30 16:13:17 +02:00
utils Coerce format string to upper for better log consistency 2018-06-04 13:12:06 -07:00
server.js ensure tmpDir folder 2018-08-30 12:27:34 +02:00