Review Request 109528: port bodega-server to the new node-postgres API
Commit Hook
null at kde.org
Wed Mar 20 16:10:50 UTC 2013
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/109528/
-----------------------------------------------------------
(Updated March 20, 2013, 4:10 p.m.)
Status
------
This change has been marked as submitted.
Review request for Plasma.
Description
-------
This patch ports the bodega-server into the new node-postgres API,
this output which comes from the node-postgres module contains more
info about the new API
WARNING!!
pg.connect(function(err, client) { ...}) is deprecated and will be removed it v1.0.0 (very soon)
instead, use pg.connect(function(err, client, done) { ... })
automatic releasing of clients back to the pool was a mistake and will be removed
please see the following for more details:
https://github.com/brianc/node-postgres/wiki/pg
https://github.com/brianc/node-postgres/issues/227
https://github.com/brianc/node-postgres/pull/274
feel free to get in touch via github if you have questions
Diffs
-----
server/lib/bodegadb.js d17a77e
Diff: http://git.reviewboard.kde.org/r/109528/diff/
Testing
-------
Thanks,
Giorgos Tsiapaliokas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20130320/c14ab1e3/attachment-0001.html>
More information about the Plasma-devel
mailing list