Arnaud 'red' Rouyer
Results
2
issues of
Arnaud 'red' Rouyer
This is an example of a query we have, using [PostGreSQL's WITH statement](https://www.postgresql.org/docs/9.1/static/queries-with.html): ```SQL WITH updated_records AS ( UPDATE records SET updated_at = NOW(), foo = 'bar' WHERE type =...
Hi, I've noticed that following the async code example from the documentation leads to some pushes not being sent, in spite of using `connection.join` to wait for all pushes to...