----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109528/#review29565 -----------------------------------------------------------
This review has been submitted with commit 683eac4e304d7c07477c80533044b17ad2f2734e by Giorgos Tsiapaliokas to branch master. - Commit Hook On March 16, 2013, 8:29 p.m., Giorgos Tsiapaliokas wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/109528/ > ----------------------------------------------------------- > > (Updated March 16, 2013, 8:29 p.m.) > > > 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 > >
_______________________________________________ Plasma-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/plasma-devel
